AWS::EC2::TransitGatewayMulticastDomainCreates a multicast domain using the specified transit gateway. The transit gateway must be in the available state before you create a domain.
import { CfnTransitGatewayMulticastDomain } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayMulticastDomainConfiguration passed to the constructor as CfnTransitGatewayMulticastDomainProps.
transitGatewayIdRequiredstringThe ID of the transit gateway.
optionsOptionalanyThe options for the transit gateway multicast domain. - AutoAcceptSharedAssociations (enable | disable) - Igmpv2Support (enable | disable) - StaticSourcesSupport (enable | disable)
tagsOptionalCfnTag[]The tags for 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::TransitGatewayMulticastDomain