{ "$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-update-resolver-config-request-schema.json", "title": "UpdateResolverConfigRequest", "description": "UpdateResolverConfigRequest schema from openapi", "type": "object", "properties": { "ResourceId": { "allOf": [ { "$ref": "#/components/schemas/ResourceId" }, { "description": "Resource ID of the Amazon VPC that you want to update the Resolver configuration for." } ] }, "AutodefinedReverseFlag": { "allOf": [ { "$ref": "#/components/schemas/AutodefinedReverseFlag" }, { "description": "

Indicates whether or not the Resolver will create autodefined rules for reverse DNS lookups. This is enabled by default. Disabling this option will also affect EC2-Classic instances using ClassicLink. For more information, see ClassicLink in the Amazon EC2 guide.

We are retiring EC2-Classic on August 15, 2022. We recommend that you migrate from EC2-Classic to a VPC. For more information, see Migrate from EC2-Classic to a VPC in the Amazon EC2 guide and the blog EC2-Classic Networking is Retiring \u2013 Here\u2019s How to Prepare.

It can take some time for the status change to be completed.

" } ] } }, "required": [ "ResourceId", "AutodefinedReverseFlag" ] }