Private Dns Zone Config Response
data class PrivateDnsZoneConfigResponse(val name: String? = null, val privateDnsZoneId: String? = null, val recordSets: List<RecordSetResponse>)
PrivateDnsZoneConfig resource.
Constructors
Link copied to clipboard
constructor(name: String? = null, privateDnsZoneId: String? = null, recordSets: List<RecordSetResponse>)