Amazon Route 53 · Schema

DelegationSet

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

DNSDomain RegistrationHealth ChecksRouting

Properties

Name Type Description
Id string
CallerReference string
NameServers array
View JSON Schema on GitHub

JSON Schema

amazon-route-53-openapi-delegation-set-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route-53/refs/heads/main/json-schema/amazon-route-53-openapi-delegation-set-schema.json",
  "title": "DelegationSet",
  "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"
      }
    }
  }
}