| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CognitoDomainOptions.Jsii$Proxy
An implementation for
CognitoDomainOptions |
| Modifier and Type | Method and Description |
|---|---|
CognitoDomainOptions |
CognitoDomainOptions.Builder.build()
Builds the configured instance.
|
CognitoDomainOptions |
UserPoolDomainProps.Jsii$Proxy.getCognitoDomain() |
default CognitoDomainOptions |
UserPoolDomainOptions.getCognitoDomain()
(experimental) Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
CognitoDomainOptions |
UserPoolDomainOptions.Jsii$Proxy.getCognitoDomain() |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomainProps.Builder |
UserPoolDomainProps.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
Sets the value of
UserPoolDomainOptions.getCognitoDomain() |
UserPoolDomain.Builder |
UserPoolDomain.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
(experimental) Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
UserPoolDomainOptions.Builder |
UserPoolDomainOptions.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
Sets the value of
UserPoolDomainOptions.getCognitoDomain() |
| 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.