AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::EC2::TransitGatewayMulticastDomain

CfnTransitGatewayMulticastDomain

Creates a multicast domain using the specified transit gateway. The transit gateway must be in the available state before you create a domain.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnTransitGatewayMulticastDomainProps.

transitGatewayIdRequired
string

The ID of the transit gateway.

optionsOptional
any

The options for the transit gateway multicast domain. - AutoAcceptSharedAssociations (enable | disable) - Igmpv2Support (enable | disable) - StaticSourcesSupport (enable | disable)

tagsOptional
CfnTag[]

The tags for 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