Amazon Route 53 · JSON Structure

Amazon Route 53 Openapi Delegation Set Structure

A complex type that lists the name servers in a delegation set.

Type: object Properties: 3
DNSDomain RegistrationHealth ChecksRouting

DelegationSet 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

Id CallerReference NameServers

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-delegation-set-structure.json",
  "description": "A complex type that lists the name servers in a delegation set.",
  "type": "object",
  "properties": {
    "Id": {
      "type": "string"
    },
    "CallerReference": {
      "type": "string"
    },
    "NameServers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  },
  "name": "DelegationSet"
}