{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-route53-resolver/refs/heads/main/json-schema/amazon-route53-resolver-openapi-resolver-config-schema.json", "title": "ResolverConfig", "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": "

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:

" } ] } } }