GetZoneResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the Hosted Zone.

Link copied to clipboard

Caller Reference of the Hosted Zone.

Link copied to clipboard

Comment field of the Hosted Zone.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

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

The Hosted Zone name.

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
val privateZone: Boolean? = null

Indicates whether this is a private hosted zone.

Link copied to clipboard

The number of Record Set in the Hosted Zone.

Link copied to clipboard

A map of tags assigned to the Hosted Zone.

Link copied to clipboard
Link copied to clipboard

The Hosted Zone identifier.