Skip to content

route53.listHostedZones

jordanryanmoore edited this page May 11, 2011 · 3 revisions

References

Example Request

{
  maxItems: 10, // optional
  marker: "Z2EUQ1WTGCTBG2", // optional
}

Example Response

{
  requestId: "647cd254-e0d1-44a9-af61-1d6d86ea6b77",
  hostedZones: [
    {
      id: "/hostedzone/Z1PA6795UKMFR9",
      name: "example.com.",
      callerReference: "myUniqueIdentifier",
      config: { // optional
        comment: "This is my first hosted zone.", // optional
      },
    },
    // ...
  ],
  maxItems: 10, // optional
  isTruncated: false,
  nextMarker: "Z2EUQ1WTGCTBG2", // optional
}
Clone this wiki locally