AWS::EC2::TransitGatewayMulticastGroupSourceRegisters sources (network interfaces) with the specified transit gateway multicast domain. A multicast source is a network interface attached to a supported instance that sends multicast traffic. For information about supported instances, see [Multicast Considerations](https://docs.aws.amazon.com/vpc/latest/tgw/transit-gateway-limits.html#multicast-limits) in *Amazon VPC Transit Gateways* .
import { CfnTransitGatewayMulticastGroupSource } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayMulticastGroupSourceConfiguration passed to the constructor as CfnTransitGatewayMulticastGroupSourceProps.
groupIpAddressRequiredstringThe IP address assigned to the transit gateway multicast group.
networkInterfaceIdRequiredstringThe group sources' network interface IDs to register with the transit gateway multicast group.
transitGatewayMulticastDomainIdRequiredstringThe ID of the transit gateway multicast domain.
This L1 construct maps directly to the following CloudFormation resource type.
Everything you need to know about Amazon EC2 on one page. HD quality, print-friendly.
Download Free Infographicaws-ec2AWS::EC2::TransitGatewayMulticastGroupSource