VpcEndpointDnsEntry

data class VpcEndpointDnsEntry(val dnsName: String? = null, val hostedZoneId: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val dnsName: String? = null

The DNS name.

Link copied to clipboard
val hostedZoneId: String? = null

The ID of the private hosted zone.