Amazon Route 53 · Example Payload

Amazon Route 53 Openapi Hosted Zone Example

DNSDomain RegistrationHealth ChecksRouting

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

Top-level fields

IdNameCallerReferenceConfigResourceRecordSetCountLinkedService

Example Payload

Raw ↑
{
  "Id": "abc123",
  "Name": "Example Resource",
  "CallerReference": "example-value",
  "Config": {
    "Comment": "Example description",
    "PrivateZone": true
  },
  "ResourceRecordSetCount": 100,
  "LinkedService": {
    "ServicePrincipal": "example-value",
    "Description": "Example description"
  }
}