Amazon Route 53 · Example Payload

Amazon Route 53 Openapi Create Hosted Zone Request Example

DNSDomain RegistrationHealth ChecksRouting

Amazon Route 53 Openapi Create Hosted Zone Request Example is an example object payload from Amazon Route 53, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

NameCallerReferenceHostedZoneConfigVPCDelegationSetId

Example Payload

Raw ↑
{
  "Name": "Example Resource",
  "CallerReference": "example-value",
  "HostedZoneConfig": {
    "Comment": "Example description",
    "PrivateZone": true
  },
  "VPC": {
    "VPCRegion": "us-east-1",
    "VPCId": "abc123"
  },
  "DelegationSetId": "abc123"
}