GetDomainNameResult

data class GetDomainNameResult(val domainNameArn: String? = null, val domainNameConfigurations: List<DomainNameConfiguration>? = null, val mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, val regionalDomainName: String? = null, val regionalHostedZoneId: String? = null, val routingMode: DomainNameRoutingMode? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(domainNameArn: String? = null, domainNameConfigurations: List<DomainNameConfiguration>? = null, mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, regionalDomainName: String? = null, regionalHostedZoneId: String? = null, routingMode: DomainNameRoutingMode? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainNameArn: String? = null

Represents an Amazon Resource Name (ARN).

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.

Link copied to clipboard
Link copied to clipboard
val tags: Map<String, String>? = null

The collection of tags associated with a domain name.