AWS::EC2::TransitGatewayMulticastDomainAssociationThe AWS::EC2::TransitGatewayMulticastDomainAssociation type
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SubnetId | string | RequiredCreate-only |
TransitGatewayAttachmentId | string | RequiredCreate-only |
TransitGatewayMulticastDomainId | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourceId | string | The ID of the resource. |
ResourceType | string | The type of resource, for example a VPC attachment. |
State | string | The state of the subnet association. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::TransitGatewayMulticastDomainAssociation
Resources:
MyResource:
Type: AWS::EC2::TransitGatewayMulticastDomainAssociation
Properties:
TransitGatewayMulticastDomainId: "my-transitgatewaymulticastdomainid"
TransitGatewayAttachmentId: "my-transitgatewayattachmentid"
SubnetId: "my-subnetid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:AssociateTransitGatewayMulticastDomainec2:GetTransitGatewayMulticastDomainAssociationsec2:GetTransitGatewayMulticastDomainAssociationsec2:DisassociateTransitGatewayMulticastDomainec2:GetTransitGatewayMulticastDomainAssociationsec2:GetTransitGatewayMulticastDomainAssociationsEverything 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.
TransitGatewayMulticastDomainIdTransitGatewayAttachmentIdSubnetId