@Stability(value=Stable)
public static interface CfnUserPoolDomain.CustomDomainConfigTypeProperty
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.*;
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 String |
getCertificateArn()
The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate.
|
@Stability(value=Stable) @Nullable default String getCertificateArn()
You use this certificate for the subdomain of your custom domain.
@Stability(value=Stable) static CfnUserPoolDomain.CustomDomainConfigTypeProperty.Builder builder()
Copyright © 2022. All rights reserved.