--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_transit_gateway_multicast_group_member Resource - terraform-provider-awscc" subcategory: "" description: |- The AWS::EC2::TransitGatewayMulticastGroupMember registers and deregisters members and sources (network interfaces) with the transit gateway multicast group --- # awscc_ec2_transit_gateway_multicast_group_member (Resource) The AWS::EC2::TransitGatewayMulticastGroupMember registers and deregisters members and sources (network interfaces) with the transit gateway multicast group ## Schema ### Required - `group_ip_address` (String) The IP address assigned to the transit gateway multicast group. - `network_interface_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 - `group_member` (Boolean) Indicates that the resource is a transit gateway multicast group member. - `group_source` (Boolean) Indicates that the resource is a transit gateway multicast group member. - `id` (String) Uniquely identifies the resource. - `member_type` (String) The member type (for example, static). - `resource_id` (String) The ID of the resource. - `resource_type` (String) The type of resource, for example a VPC attachment. - `source_type` (String) The source type. - `subnet_id` (String) The ID of the subnet. - `transit_gateway_attachment_id` (String) The ID of the transit gateway attachment. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_transit_gateway_multicast_group_member.example ```