Resource: aws_ec2_transit_gateway_multicast_group_member

Registers members (network interfaces) with the transit gateway multicast group. A member is a network interface associated with a supported EC2 instance that receives multicast traffic.

Example Usage

resource "aws_ec2_transit_gateway_multicast_group_member" "example" {
  group_ip_address                    = "224.0.0.1"
  network_interface_id                = aws_network_interface.example.id
  transit_gateway_multicast_domain_id = aws_ec2_transit_gateway_multicast_domain.example.id
}

Argument Reference

This resource supports the following arguments:

Attribute Reference

This resource exports the following attributes in addition to the arguments above: