| 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()
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() |
UserPoolDomainOptions.Builder |
UserPoolDomainOptions.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
Sets the value of
UserPoolDomainOptions.getCognitoDomain() |
UserPoolDomain.Builder |
UserPoolDomain.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
Copyright © 2022. All rights reserved.