Amazon Route 53 · Schema

ResourceRecordSet

Information about the resource record set to create or delete.

DNSDomain RegistrationHealth ChecksRouting

Properties

Name Type Description
Name string The name of the domain for the resource record set.
Type string The DNS record type.
SetIdentifier string An identifier that differentiates among multiple resource record sets that have the same combination of name and type.
Weight integer The weight for weighted routing, ranging from 0 to 255.
Region string The Amazon EC2 region for latency-based routing.
Failover string The failover configuration.
TTL integer The resource record cache time to live (TTL), in seconds.
ResourceRecords array The resource records.
AliasTarget object Alias resource record set information.
HealthCheckId string The ID of the health check to associate with the record set.
View JSON Schema on GitHub

JSON Schema

amazon-route-53-openapi-resource-record-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-resource-record-set-schema.json",
  "title": "ResourceRecordSet",
  "description": "Information about the resource record set to create or delete.",
  "type": "object",
  "properties": {
    "Name": {
      "type": "string",
      "description": "The name of the domain for the resource record set."
    },
    "Type": {
      "type": "string",
      "description": "The DNS record type.",
      "enum": [
        "A",
        "AAAA",
        "CAA",
        "CNAME",
        "DS",
        "MX",
        "NAPTR",
        "NS",
        "PTR",
        "SOA",
        "SPF",
        "SRV",
        "TXT"
      ]
    },
    "SetIdentifier": {
      "type": "string",
      "description": "An identifier that differentiates among multiple resource record sets that have the same combination of name and type."
    },
    "Weight": {
      "type": "integer",
      "description": "The weight for weighted routing, ranging from 0 to 255."
    },
    "Region": {
      "type": "string",
      "description": "The Amazon EC2 region for latency-based routing."
    },
    "Failover": {
      "type": "string",
      "description": "The failover configuration.",
      "enum": [
        "PRIMARY",
        "SECONDARY"
      ]
    },
    "TTL": {
      "type": "integer",
      "description": "The resource record cache time to live (TTL), in seconds."
    },
    "ResourceRecords": {
      "type": "array",
      "description": "The resource records.",
      "items": {
        "type": "object",
        "properties": {
          "Value": {
            "type": "string",
            "description": "The current or new DNS record value."
          }
        }
      }
    },
    "AliasTarget": {
      "type": "object",
      "description": "Alias resource record set information.",
      "properties": {
        "HostedZoneId": {
          "type": "string",
          "description": "The hosted zone ID for the alias target."
        },
        "DNSName": {
          "type": "string",
          "description": "The DNS domain name for the alias target."
        },
        "EvaluateTargetHealth": {
          "type": "boolean",
          "description": "Whether Route 53 responds to DNS queries using this alias by checking the health of the alias target."
        }
      }
    },
    "HealthCheckId": {
      "type": "string",
      "description": "The ID of the health check to associate with the record set."
    }
  },
  "required": [
    "Name",
    "Type"
  ]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/amazon-route-53-openapi-resource-record-set"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.