@Stability(value=Stable) public static final class CfnUserPoolDomain.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolDomain>
CfnUserPoolDomain.| Modifier and Type | Method and Description |
|---|---|
CfnUserPoolDomain |
build() |
static CfnUserPoolDomain.Builder |
create(software.constructs.Construct scope,
String id) |
CfnUserPoolDomain.Builder |
customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
CfnUserPoolDomain.Builder |
customDomainConfig(IResolvable customDomainConfig)
The configuration for a custom domain that hosts the sign-up and sign-in pages for your application.
|
CfnUserPoolDomain.Builder |
domain(String domain)
The domain name for the domain that hosts the sign-up and sign-in pages for your application.
|
CfnUserPoolDomain.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to associate a user pool domain.
|
@Stability(value=Stable) public static CfnUserPoolDomain.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnUserPoolDomain.CustomDomainConfigTypeProperty.Builder.@Stability(value=Stable) public CfnUserPoolDomain.Builder domain(String domain)
For example: auth.example.com . If you're using a prefix domain, this field denotes the first part of the domain before .auth.[region].amazoncognito.com .
This string can include only lowercase letters, numbers, and hyphens. Don't use a hyphen for the first or last character. Use periods to separate subdomain names.
domain - The domain name for the domain that hosts the sign-up and sign-in pages for your application. This parameter is required.this@Stability(value=Stable) public CfnUserPoolDomain.Builder userPoolId(String userPoolId)
userPoolId - The user pool ID for the user pool where you want to associate a user pool domain. This parameter is required.this@Stability(value=Stable) public CfnUserPoolDomain.Builder customDomainConfig(CfnUserPoolDomain.CustomDomainConfigTypeProperty customDomainConfig)
Use this object to specify an SSL certificate that is managed by ACM.
customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. This parameter is required.this@Stability(value=Stable) public CfnUserPoolDomain.Builder customDomainConfig(IResolvable customDomainConfig)
Use this object to specify an SSL certificate that is managed by ACM.
customDomainConfig - The configuration for a custom domain that hosts the sign-up and sign-in pages for your application. This parameter is required.this@Stability(value=Stable) public CfnUserPoolDomain build()
build in interface software.amazon.jsii.Builder<CfnUserPoolDomain>Copyright © 2022. All rights reserved.