GetDomainNameResult

data class GetDomainNameResult(val arn: String, val certificateArn: String, val certificateName: String, val certificateUploadDate: String, val cloudfrontDomainName: String, val cloudfrontZoneId: String, val domainName: String, val domainNameId: String, val endpointConfigurations: List<GetDomainNameEndpointConfiguration>, val id: String, val policy: String, val regionalCertificateArn: String, val regionalCertificateName: String, val regionalDomainName: String, val regionalZoneId: String, val securityPolicy: String, val tags: Map<String, String>)

A collection of values returned by getDomainName.

Constructors

Link copied to clipboard
constructor(arn: String, certificateArn: String, certificateName: String, certificateUploadDate: String, cloudfrontDomainName: String, cloudfrontZoneId: String, domainName: String, domainNameId: String, endpointConfigurations: List<GetDomainNameEndpointConfiguration>, id: String, policy: String, regionalCertificateArn: String, regionalCertificateName: String, regionalDomainName: String, regionalZoneId: String, securityPolicy: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the found custom domain name.

Link copied to clipboard

ARN for an AWS-managed certificate that is used by edge-optimized endpoint for this domain name.

Link copied to clipboard

Name of the certificate that is used by edge-optimized endpoint for this domain name.

Link copied to clipboard

Upload date associated with the domain certificate.

Link copied to clipboard

Hostname created by Cloudfront to represent the distribution that implements this domain name mapping.

Link copied to clipboard

For convenience, the hosted zone ID (Z2FDTNDATAQYW2) that can be used to create a Route53 alias record for the distribution.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

List of objects with the endpoint configuration of this domain name.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A stringified JSON policy document that applies to the execute-api service for this DomainName regardless of the caller and Method configuration. Supported only for private custom domain names.

Link copied to clipboard

ARN for an AWS-managed certificate that is used for validating the regional domain name.

Link copied to clipboard

User-friendly name of the certificate that is used by regional endpoint for this domain name.

Link copied to clipboard

Hostname for the custom domain's regional endpoint.

Link copied to clipboard

Hosted zone ID that can be used to create a Route53 alias record for the regional endpoint.

Link copied to clipboard

Security policy for the domain name.

Link copied to clipboard

Key-value map of tags for the resource.