@Stability(value=Stable) public static final class CfnDomainName.DomainNameConfigurationProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnDomainName.DomainNameConfigurationProperty>
CfnDomainName.DomainNameConfigurationProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnDomainName.DomainNameConfigurationProperty.Builder certificateArn(String certificateArn)
CfnDomainName.DomainNameConfigurationProperty.getCertificateArn()certificateArn - An AWS -managed certificate that will be used by the edge-optimized endpoint for this domain name.
AWS Certificate Manager is the only supported source.this@Stability(value=Stable) public CfnDomainName.DomainNameConfigurationProperty.Builder certificateName(String certificateName)
CfnDomainName.DomainNameConfigurationProperty.getCertificateName()certificateName - The user-friendly name of the certificate that will be used by the edge-optimized endpoint for this domain name.this@Stability(value=Stable) public CfnDomainName.DomainNameConfigurationProperty.Builder endpointType(String endpointType)
CfnDomainName.DomainNameConfigurationProperty.getEndpointType()endpointType - The endpoint type.this@Stability(value=Stable) public CfnDomainName.DomainNameConfigurationProperty.Builder ownershipVerificationCertificateArn(String ownershipVerificationCertificateArn)
CfnDomainName.DomainNameConfigurationProperty.getOwnershipVerificationCertificateArn()ownershipVerificationCertificateArn - The ARN of the public certificate issued by ACM to validate ownership of your custom domain.
Only required when configuring mutual TLS and using an ACM imported or private CA certificate ARN as the RegionalCertificateArn.this@Stability(value=Stable) public CfnDomainName.DomainNameConfigurationProperty.Builder securityPolicy(String securityPolicy)
CfnDomainName.DomainNameConfigurationProperty.getSecurityPolicy()securityPolicy - The Transport Layer Security (TLS) version of the security policy for this domain name.
The valid values are TLS_1_0 and TLS_1_2 .this@Stability(value=Stable) public CfnDomainName.DomainNameConfigurationProperty build()
build in interface software.amazon.jsii.Builder<CfnDomainName.DomainNameConfigurationProperty>CfnDomainName.DomainNameConfigurationPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.