--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_transit_gateway_multicast_domain_association Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::EC2::TransitGatewayMulticastDomainAssociation type --- # awscc_ec2_transit_gateway_multicast_domain_association (Resource) The AWS::EC2::TransitGatewayMulticastDomainAssociation type ## Schema ### Required - `subnet_id` (String) The IDs of the subnets to associate with the transit gateway multicast domain. - `transit_gateway_attachment_id` (String) The ID of the transit gateway attachment. - `transit_gateway_multicast_domain_id` (String) The ID of the transit gateway multicast domain. ### Read-Only - `id` (String) Uniquely identifies the resource. - `resource_id` (String) The ID of the resource. - `resource_type` (String) The type of resource, for example a VPC attachment. - `state` (String) The state of the subnet association. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_transit_gateway_multicast_domain_association.example ```