ServiceDnsEntry

data class ServiceDnsEntry(val domainName: String? = null, val hostedZoneId: String? = null)

Constructors

Link copied to clipboard
constructor(domainName: String? = null, hostedZoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val domainName: String? = null

The domain name of the service.

Link copied to clipboard
val hostedZoneId: String? = null

The ID of the hosted zone.