| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomain.Builder |
UserPoolDomain.Builder.cognitoDomain(CognitoDomainOptions cognitoDomain)
(experimental) Associate a cognito prefix domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
static UserPoolDomain.Builder |
UserPoolDomain.Builder.create(software.constructs.Construct scope,
String id) |
UserPoolDomain.Builder |
UserPoolDomain.Builder.customDomain(CustomDomainOptions customDomain)
(experimental) Associate a custom domain with your user pool Either `customDomain` or `cognitoDomain` must be specified.
|
UserPoolDomain.Builder |
UserPoolDomain.Builder.userPool(IUserPool userPool)
(experimental) The user pool to which this domain should be associated.
|
Copyright © 2021. All rights reserved.