EndpointPrivateDnsZoneConfigRecordSet

data class EndpointPrivateDnsZoneConfigRecordSet(val fqdn: String? = null, val ipAddresses: List<String>? = null, val name: String? = null, val ttl: Int? = null, val type: String? = null)

Constructors

Link copied to clipboard
constructor(fqdn: String? = null, ipAddresses: List<String>? = null, name: String? = null, ttl: Int? = null, type: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val fqdn: String? = null

The fully qualified domain name to the private_dns_zone.

Link copied to clipboard
val ipAddresses: List<String>? = null

A list of all IP Addresses that map to the private_dns_zone fqdn.

Link copied to clipboard
val name: String? = null

Specifies the Name of the Private Endpoint. Changing this forces a new resource to be created.

Link copied to clipboard
val ttl: Int? = null

The time to live for each connection to the private_dns_zone.

Link copied to clipboard
val type: String? = null

The type of DNS record.