EndpointPrivateDnsZoneConfig

data class EndpointPrivateDnsZoneConfig(val id: String? = null, val name: String? = null, val privateDnsZoneId: String? = null, val recordSets: List<EndpointPrivateDnsZoneConfigRecordSet>? = null)

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null, privateDnsZoneId: String? = null, recordSets: List<EndpointPrivateDnsZoneConfigRecordSet>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String? = null

The ID of the Private DNS Zone Config.

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

A list of IP Addresses

Link copied to clipboard

A record_sets block as defined below.