@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:16.625Z") @Stability(value=Stable) public interface CfnUserPoolDomainProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.cognito.*;
CfnUserPoolDomainProps cfnUserPoolDomainProps = CfnUserPoolDomainProps.builder()
.domain("domain")
.userPoolId("userPoolId")
// the properties below are optional
.customDomainConfig(CustomDomainConfigTypeProperty.builder()
.certificateArn("certificateArn")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserPoolDomainProps.Builder
A builder for
CfnUserPoolDomainProps |
static class |
CfnUserPoolDomainProps.Jsii$Proxy
An implementation for
CfnUserPoolDomainProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserPoolDomainProps.Builder |
builder() |
default Object |
getCustomDomainConfig()
`AWS::Cognito::UserPoolDomain.CustomDomainConfig`.
|
String |
getDomain()
`AWS::Cognito::UserPoolDomain.Domain`.
|
String |
getUserPoolId()
`AWS::Cognito::UserPoolDomain.UserPoolId`.
|
@Stability(value=Stable) @Nullable default Object getCustomDomainConfig()
@Stability(value=Stable) @NotNull String getDomain()
@Stability(value=Stable) @NotNull String getUserPoolId()
@Stability(value=Stable) static CfnUserPoolDomainProps.Builder builder()
CfnUserPoolDomainProps.Builder of CfnUserPoolDomainPropsCopyright © 2021. All rights reserved.