| Package | Description |
|---|---|
| software.amazon.awscdk.services.cognito |
Amazon Cognito Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
UserPoolDomainProps
(experimental) Props for UserPoolDomain construct.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
UserPoolDomainOptions.Jsii$Proxy
An implementation for
UserPoolDomainOptions |
static class |
UserPoolDomainProps.Jsii$Proxy
An implementation for
UserPoolDomainProps |
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomainOptions |
UserPoolDomainOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
UserPoolDomain |
IUserPool.addDomain(String id,
UserPoolDomainOptions options)
(experimental) Associate a domain to this user pool.
|
UserPoolDomain |
IUserPool.Jsii$Proxy.addDomain(String id,
UserPoolDomainOptions options)
(experimental) Associate a domain to this user pool.
|
default UserPoolDomain |
IUserPool.Jsii$Default.addDomain(String id,
UserPoolDomainOptions options)
(experimental) Associate a domain to this user pool.
|
UserPoolDomain |
UserPool.addDomain(String id,
UserPoolDomainOptions options)
(experimental) Associate a domain to this user pool.
|
Copyright © 2021. All rights reserved.