--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_route53resolver_resolver_rule_association Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::Route53Resolver::ResolverRuleAssociation --- # awscc_route53resolver_resolver_rule_association (Resource) Resource Type definition for AWS::Route53Resolver::ResolverRuleAssociation ## Schema ### Required - `resolver_rule_id` (String) The ID of the Resolver rule that you associated with the VPC that is specified by VPCId. - `vpc_id` (String) The ID of the VPC that you associated the Resolver rule with. ### Optional - `name` (String) The name of an association between a Resolver rule and a VPC. ### Read-Only - `id` (String) Uniquely identifies the resource. - `resolver_rule_association_id` (String) Primary Identifier for Resolver Rule Association ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_route53resolver_resolver_rule_association.example ```