public static interface CfnUserPoolDomain.CustomDomainConfigTypeProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnUserPoolDomain.CustomDomainConfigTypeProperty.Builder
A builder for
CfnUserPoolDomain.CustomDomainConfigTypeProperty |
static class |
CfnUserPoolDomain.CustomDomainConfigTypeProperty.Jsii$Proxy
An implementation for
CfnUserPoolDomain.CustomDomainConfigTypeProperty |
Modifier and Type | Method and Description |
---|---|
static CfnUserPoolDomain.CustomDomainConfigTypeProperty.Builder |
builder() |
default java.lang.String |
getCertificateArn()
The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.
|
default java.lang.String getCertificateArn()
You use this certificate for the subdomain of your custom domain.
static CfnUserPoolDomain.CustomDomainConfigTypeProperty.Builder builder()