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 hosted UI custom domain.
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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserPoolDomain.CustomDomainConfigTypePropertystatic final classAn 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 Certificate Manager SSL certificate.You use this certificate for the subdomain of your custom domain.
- See Also:
-
builder
-