Get Domain Name Result
data class GetDomainNameResult(val domainNameConfigurations: List<DomainNameConfiguration>? = null, val mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, val regionalDomainName: String? = null, val regionalHostedZoneId: String? = null, val tags: Map<String, String>? = null)
Constructors
Link copied to clipboard
constructor(domainNameConfigurations: List<DomainNameConfiguration>? = null, mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, regionalDomainName: String? = null, regionalHostedZoneId: String? = null, tags: Map<String, String>? = null)
Properties
Link copied to clipboard
The domain name configurations.
Link copied to clipboard
The mutual TLS authentication configuration for a custom domain name.
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.