AWS::EC2::TransitGatewayMulticastDomainAssociationAssociates the specified subnets and transit gateway attachments with the specified transit gateway multicast domain. The transit gateway attachment must be in the available state before you can add a resource.
import { CfnTransitGatewayMulticastDomainAssociation } from 'aws-cdk-lib/aws-ec2';Or use the module namespace:
import * as ec2 from 'aws-cdk-lib/aws-ec2';
// ec2.CfnTransitGatewayMulticastDomainAssociationConfiguration passed to the constructor as CfnTransitGatewayMulticastDomainAssociationProps.
subnetIdRequiredstringThe IDs of the subnets to associate with the transit gateway multicast domain.
transitGatewayAttachmentIdRequiredstringThe ID of the transit gateway attachment.
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::TransitGatewayMulticastDomainAssociation