Amazon Route 53 · Example Payload

Amazon Route 53 Hosted Zone Example

DNSDomain RegistrationHealth ChecksRouting

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

Top-level fields

IdNameCallerReferenceConfigResourceRecordSetCountLinkedServiceDelegationSetVPCs

Example Payload

Raw ↑
{
  "Id": "abc123",
  "Name": "Example Resource",
  "CallerReference": "example-value",
  "Config": {
    "Comment": "Example description",
    "PrivateZone": false
  },
  "ResourceRecordSetCount": 100,
  "LinkedService": {
    "ServicePrincipal": "example-value",
    "Description": "Example description"
  },
  "DelegationSet": {
    "Id": "abc123",
    "CallerReference": "example-value",
    "NameServers": [
      "Example Resource"
    ]
  },
  "VPCs": [
    {
      "VPCRegion": "us-east-1",
      "VPCId": "abc123"
    }
  ]
}