AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::TransitGatewayMulticastDomainAssociation

CfnTransitGatewayMulticastDomainAssociation

Associates 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

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnTransitGatewayMulticastDomainAssociationProps.

subnetIdRequired
string

The IDs of the subnets to associate with the transit gateway multicast domain.

transitGatewayAttachmentIdRequired
string

The ID of the transit gateway attachment.

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