Amazon Route 53 Resolver · JSON Structure

Amazon Route53 Resolver Openapi Resolver Config Structure

A complex type that contains information about a Resolver configuration for a VPC.

Type: object Properties: 4
DNSHybrid CloudNetworking

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

Properties

Id ResourceId OwnerId AutodefinedReverse

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-route53-resolver/refs/heads/main/json-structure/amazon-route53-resolver-openapi-resolver-config-structure.json",
  "description": "A complex type that contains information about a Resolver configuration for a VPC.",
  "type": "object",
  "properties": {
    "Id": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "ID for the Resolver configuration."
        }
      ]
    },
    "ResourceId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResourceId"
        },
        {
          "description": "The ID of the Amazon Virtual Private Cloud VPC that you're configuring Resolver for."
        }
      ]
    },
    "OwnerId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/AccountId"
        },
        {
          "description": "The owner account ID of the Amazon Virtual Private Cloud VPC."
        }
      ]
    },
    "AutodefinedReverse": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ResolverAutodefinedReverseStatus"
        },
        {
          "description": "<p> The status of whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. The status can be one of following:</p> <ul> <li> <p> <b>ENABLING:</b> Autodefined rules for reverse DNS lookups are being enabled but are not complete.</p> </li> <li> <p> <b>ENABLED:</b> Autodefined rules for reverse DNS lookups are enabled.</p> </li> <li> <p> <b>DISABLING:</b> Autodefined rules for reverse DNS lookups are being disabled but are not complete.</p> </li> <li> <p> <b>DISABLED:</b> Autodefined rules for reverse DNS lookups are disabled.</p> </li> </ul>"
        }
      ]
    }
  },
  "name": "ResolverConfig"
}