Interface CfnUserPoolDomain.CustomDomainConfigTypeProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnUserPoolDomain.CustomDomainConfigTypeProperty.Jsii$Proxy
- Enclosing class:
CfnUserPoolDomain
@Stability(Stable)
public static interface CfnUserPoolDomain.CustomDomainConfigTypeProperty
extends software.amazon.jsii.JsiiSerializable
The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.
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.*; CustomDomainConfigTypeProperty customDomainConfigTypeProperty = CustomDomainConfigTypeProperty.builder() .certificateArn("certificateArn") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnUserPoolDomain.CustomDomainConfigTypeProperty
static final class
An implementation forCfnUserPoolDomain.CustomDomainConfigTypeProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateArn
The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.You use this certificate for the subdomain of your custom domain.
-
builder
-