AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::TransitGatewayMulticastGroupMember

CfnTransitGatewayMulticastGroupMember

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. For information about supported instances, see [Multicast Consideration](https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits) in *Amazon VPC Transit Gateways* .

Import

import { CfnTransitGatewayMulticastGroupMember } from 'aws-cdk-lib/aws-ec2';

Or use the module namespace:

import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayMulticastGroupMember

Properties

Configuration passed to the constructor as CfnTransitGatewayMulticastGroupMemberProps.

groupIpAddressRequired
string

The IP address assigned to the transit gateway multicast group.

networkInterfaceIdRequired
string

The group members' network interface IDs to register with the transit gateway multicast group.

transitGatewayMulticastDomainIdRequired
string

The ID of the transit gateway multicast domain.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Get the Amazon EC2 Cheat Sheet

Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.

Download Free Infographic