| Modifier and Type | Class and Description |
|---|---|
static class |
CustomDomainOptions.Jsii$Proxy
An implementation for
CustomDomainOptions |
| Modifier and Type | Method and Description |
|---|---|
CustomDomainOptions |
CustomDomainOptions.Builder.build()
Builds the configured instance.
|
default CustomDomainOptions |
UserPoolDomainOptions.getCustomDomain()
Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
CustomDomainOptions |
UserPoolDomainOptions.Jsii$Proxy.getCustomDomain() |
CustomDomainOptions |
UserPoolDomainProps.Jsii$Proxy.getCustomDomain() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomainOptions.Builder |
UserPoolDomainOptions.Builder.customDomain(CustomDomainOptions customDomain)
Sets the value of
UserPoolDomainOptions.getCustomDomain() |
UserPoolDomain.Builder |
UserPoolDomain.Builder.customDomain(CustomDomainOptions customDomain)
Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
UserPoolDomainProps.Builder |
UserPoolDomainProps.Builder.customDomain(CustomDomainOptions customDomain)
Sets the value of
UserPoolDomainOptions.getCustomDomain() |
| Constructor and Description |
|---|
Jsii$Proxy(CognitoDomainOptions cognitoDomain,
CustomDomainOptions customDomain)
Constructor that initializes the object based on literal property values passed by the
UserPoolDomainOptions.Builder. |
Jsii$Proxy(IUserPool userPool,
CognitoDomainOptions cognitoDomain,
CustomDomainOptions customDomain)
Constructor that initializes the object based on literal property values passed by the
UserPoolDomainProps.Builder. |
Copyright © 2021. All rights reserved.