@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:52.492Z") @Stability(value=Stable) public interface UserPoolDomainOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
UserPoolDomainOptions.Builder
A builder for
UserPoolDomainOptions |
static class |
UserPoolDomainOptions.Jsii$Proxy
An implementation for
UserPoolDomainOptions |
| Modifier and Type | Method and Description |
|---|---|
static UserPoolDomainOptions.Builder |
builder() |
default CognitoDomainOptions |
getCognitoDomain()
Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
default CustomDomainOptions |
getCustomDomain()
Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
@Stability(value=Stable) @Nullable default CognitoDomainOptions getCognitoDomain()
Default: - not set if `customDomain` is specified, otherwise, throws an error.
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-assign-domain-prefix.html@Stability(value=Stable) @Nullable default CustomDomainOptions getCustomDomain()
Default: - not set if `cognitoDomain` is specified, otherwise, throws an error.
https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-pools-add-custom-domain.html@Stability(value=Stable) static UserPoolDomainOptions.Builder builder()
UserPoolDomainOptions.Builder of UserPoolDomainOptionsCopyright © 2021. All rights reserved.