Get Zone Result
data class GetZoneResult(val arn: String, val callerReference: String, val comment: String, val id: String, val linkedServiceDescription: String, val linkedServicePrincipal: String, val name: String, val nameServers: List<String>, val primaryNameServer: String, val privateZone: Boolean? = null, val resourceRecordSetCount: Int, val tags: Map<String, String>, val vpcId: String, val zoneId: String)
A collection of values returned by getZone.
Constructors
Link copied to clipboard
constructor(arn: String, callerReference: String, comment: String, id: String, linkedServiceDescription: String, linkedServicePrincipal: String, name: String, nameServers: List<String>, primaryNameServer: String, privateZone: Boolean? = null, resourceRecordSetCount: Int, tags: Map<String, String>, vpcId: String, zoneId: String)
Properties
Link copied to clipboard
Caller Reference of the Hosted Zone.
Link copied to clipboard
The description provided by the service that created the Hosted Zone (e.g., arn:aws:servicediscovery:us-east-1:1234567890:namespace/ns-xxxxxxxxxxxxxxxx
).
Link copied to clipboard
The service that created the Hosted Zone (e.g., servicediscovery.amazonaws.com
).
Link copied to clipboard
List of DNS name servers for the Hosted Zone.
Link copied to clipboard
The Route 53 name server that created the SOA record.
Link copied to clipboard
Link copied to clipboard
The number of Record Set in the Hosted Zone.