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();
 

See Also: