--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53resolver_resolver_config Resource - terraform-provider-awscc" subcategory: "" description: |- Resource schema for AWS::Route53Resolver::ResolverConfig. --- # awscc_route53resolver_resolver_config (Resource) Resource schema for AWS::Route53Resolver::ResolverConfig. ## Schema ### Required - `autodefined_reverse_flag` (String) Represents the desired status of AutodefinedReverse. The only supported value on creation is DISABLE. Deletion of this resource will return AutodefinedReverse to its default value (ENABLED). - `resource_id` (String) ResourceId ### Read-Only - `autodefined_reverse` (String) ResolverAutodefinedReverseStatus, possible values are ENABLING, ENABLED, DISABLING AND DISABLED. - `id` (String) Id - `owner_id` (String) AccountId ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_route53resolver_resolver_config.example ```