AWS Fundamentals Logo
AWS Fundamentals
AWS::EC2::TransitGatewayMulticastDomain

EC2 TransitGatewayMulticastDomain

The AWS::EC2::TransitGatewayMulticastDomain type

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
TransitGatewayId
string
RequiredCreate-only
Options
object
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationTimestringThe time the transit gateway multicast domain was created.
StatestringThe state of the transit gateway multicast domain.
TransitGatewayMulticastDomainArnstringThe Amazon Resource Name (ARN) of the transit gateway multicast domain.
TransitGatewayMulticastDomainIdstringThe ID of the transit gateway multicast domain.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::TransitGatewayMulticastDomain

Resources:
  MyResource:
    Type: AWS::EC2::TransitGatewayMulticastDomain
    Properties:
      TransitGatewayId: "my-transitgatewayid"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

ec2:DescribeTransitGatewayMulticastDomainsec2:CreateTransitGatewayMulticastDomainec2:CreateTagsec2:DescribeTags

read

ec2:DescribeTransitGatewayMulticastDomainsec2:DescribeTags

update

ec2:DescribeTransitGatewayMulticastDomainsec2:DeleteTagsec2:CreateTagsec2:DescribeTags

delete

ec2:DescribeTransitGatewayMulticastDomainsec2:DeleteTransitGatewayMulticastDomainec2:DeleteTagsec2:DescribeTags

list

ec2:DescribeTransitGatewayMulticastDomainsec2:DescribeTags

Get the EC2 Cheat Sheet

Everything you need to know about EC2 on one page. HD quality, print-friendly.

Download Free Infographic

Quick Facts

ServiceEC2
Properties7
Required1
TaggingSupported
Primary IDTransitGatewayMulticastDomainId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

TransitGatewayId

External Links