--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_subnet_route_table_association Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::EC2::SubnetRouteTableAssociation --- # awscc_ec2_subnet_route_table_association (Resource) Resource Type definition for AWS::EC2::SubnetRouteTableAssociation ## Schema ### Required - `route_table_id` (String) - `subnet_id` (String) ### Read-Only - `id` (String) The ID of this resource. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_subnet_route_table_association.example ```