GetDomainNameResult

data class GetDomainNameResult(val certificateArn: String? = null, val distributionDomainName: String? = null, val distributionHostedZoneId: String? = null, val endpointConfiguration: DomainNameEndpointConfiguration? = null, val mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, val ownershipVerificationCertificateArn: String? = null, val regionalCertificateArn: String? = null, val regionalDomainName: String? = null, val regionalHostedZoneId: String? = null, val securityPolicy: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(certificateArn: String? = null, distributionDomainName: String? = null, distributionHostedZoneId: String? = null, endpointConfiguration: DomainNameEndpointConfiguration? = null, mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, ownershipVerificationCertificateArn: String? = null, regionalCertificateArn: String? = null, regionalDomainName: String? = null, regionalHostedZoneId: String? = null, securityPolicy: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateArn: String? = null

The reference to an AWS -managed certificate that will be used by edge-optimized endpoint for this domain name. AWS Certificate Manager is the only supported source.

Link copied to clipboard

The Amazon CloudFront distribution domain name that's mapped to the custom domain name. This is only applicable for endpoints whose type is EDGE . Example: d111111abcdef8.cloudfront.net

Link copied to clipboard

The region-agnostic Amazon Route 53 Hosted Zone ID of the edge-optimized endpoint. The only valid value is Z2FDTNDATAQYW2 for all regions.

Link copied to clipboard

The endpoint configuration of this DomainName showing the endpoint types of the domain name.

Link copied to clipboard

The mutual TLS authentication configuration for a custom domain name. If specified, API Gateway performs two-way authentication between the client and the server. Clients must present a trusted certificate to access your API.

Link copied to clipboard

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.

Link copied to clipboard

The reference to an AWS -managed certificate that will be used for validating the regional domain name. AWS Certificate Manager is the only supported source.

Link copied to clipboard

The domain name associated with the regional endpoint for this custom domain name. You set up this association by adding a DNS record that points the custom domain name to this regional domain name.

Link copied to clipboard

The region-specific Amazon Route 53 Hosted Zone ID of the regional endpoint.

Link copied to clipboard
val securityPolicy: String? = null

The Transport Layer Security (TLS) version + cipher suite for this DomainName. The valid values are TLS_1_0 and TLS_1_2 .

Link copied to clipboard
val tags: List<Tag>? = null

The collection of tags. Each tag element is associated with a given resource.