GetDomainNameResult

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

Constructors

Link copied to clipboard
fun GetDomainNameResult(domainNameConfigurations: List<DomainNameConfiguration>? = null, mutualTlsAuthentication: DomainNameMutualTlsAuthentication? = null, regionalDomainName: String? = null, regionalHostedZoneId: String? = null, tags: Any? = null)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

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

Link copied to clipboard
val tags: Any? = null

The collection of tags associated with a domain name.