Amazon Route 53 · JSON Structure

Amazon Route 53 Openapi Create Hosted Zone Response Structure

CreateHostedZoneResponse schema from openapi

Type: object Properties: 3
DNSDomain RegistrationHealth ChecksRouting

CreateHostedZoneResponse is a JSON Structure definition published by Amazon Route 53, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

HostedZone ChangeInfo DelegationSet

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-structure/amazon-route-53-openapi-create-hosted-zone-response-structure.json",
  "description": "CreateHostedZoneResponse schema from openapi",
  "type": "object",
  "properties": {
    "HostedZone": {
      "$ref": "#/components/schemas/HostedZone"
    },
    "ChangeInfo": {
      "$ref": "#/components/schemas/ChangeInfo"
    },
    "DelegationSet": {
      "$ref": "#/components/schemas/DelegationSet"
    }
  },
  "name": "CreateHostedZoneResponse"
}