| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| 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.
|
CustomDomainOptions |
UserPoolDomainProps.Jsii$Proxy.getCustomDomain() |
default CustomDomainOptions |
UserPoolDomainOptions.getCustomDomain()
(experimental) Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
CustomDomainOptions |
UserPoolDomainOptions.Jsii$Proxy.getCustomDomain() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomainProps.Builder |
UserPoolDomainProps.Builder.customDomain(CustomDomainOptions customDomain)
Sets the value of
UserPoolDomainOptions.getCustomDomain() |
UserPoolDomain.Builder |
UserPoolDomain.Builder.customDomain(CustomDomainOptions customDomain)
(experimental) Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
UserPoolDomainOptions.Builder |
UserPoolDomainOptions.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.