Amazon Route 53 · Schema

Amazon Route 53 Hosted Zone

A JSON Schema representation of an Amazon Route 53 hosted zone, which is a container for records that define how to route traffic for a domain and its subdomains.

AWSDNSDomain RegistrationHealth ChecksRouting

Properties

Name Type Description
Id string The ID that Amazon Route 53 assigned to the hosted zone when it was created.
Name string The name of the domain. For public hosted zones, this is the name that you registered with your DNS registrar.
CallerReference string The value that you specified for CallerReference when you created the hosted zone.
Config object A complex type that includes the Comment and PrivateZone elements.
ResourceRecordSetCount integer The number of resource record sets in the hosted zone.
LinkedService object If the hosted zone was created by another service, the service that created the hosted zone.
DelegationSet object The name servers that are associated with the hosted zone.
VPCs array A list of VPCs associated with a private hosted zone.
View JSON Schema on GitHub