AWS::EC2::TransitGatewayMulticastDomainThe AWS::EC2::TransitGatewayMulticastDomain type
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
TransitGatewayId | string | RequiredCreate-only |
Options | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The time the transit gateway multicast domain was created. |
State | string | The state of the transit gateway multicast domain. |
TransitGatewayMulticastDomainArn | string | The Amazon Resource Name (ARN) of the transit gateway multicast domain. |
TransitGatewayMulticastDomainId | string | The ID of the transit gateway multicast domain. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
ec2:DescribeTransitGatewayMulticastDomainsec2:CreateTransitGatewayMulticastDomainec2:CreateTagsec2:DescribeTagsec2:DescribeTransitGatewayMulticastDomainsec2:DescribeTagsec2:DescribeTransitGatewayMulticastDomainsec2:DeleteTagsec2:CreateTagsec2:DescribeTagsec2:DescribeTransitGatewayMulticastDomainsec2:DeleteTransitGatewayMulticastDomainec2:DeleteTagsec2:DescribeTagsec2:DescribeTransitGatewayMulticastDomainsec2:DescribeTagsEverything you need to know about EC2 on one page. HD quality, print-friendly.
Download Free InfographicTransitGatewayMulticastDomainIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
TransitGatewayId