AWS::EC2::TransitGatewayMulticastGroupSourceThe AWS::EC2::TransitGatewayMulticastGroupSource registers and deregisters members and sources (network interfaces) with the transit gateway multicast group
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
GroupIpAddress | string | RequiredCreate-only |
NetworkInterfaceId | string | RequiredCreate-only |
TransitGatewayMulticastDomainId | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GroupMember | boolean | Indicates that the resource is a transit gateway multicast group member. |
GroupSource | boolean | Indicates that the resource is a transit gateway multicast group member. |
ResourceId | string | The ID of the resource. |
ResourceType | string | The type of resource, for example a VPC attachment. |
SourceType | string | The source type. |
SubnetId | string | The ID of the subnet. |
TransitGatewayAttachmentId | string | The ID of the transit gateway attachment. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::EC2::TransitGatewayMulticastGroupSource
Resources:
MyResource:
Type: AWS::EC2::TransitGatewayMulticastGroupSource
Properties:
TransitGatewayMulticastDomainId: "my-transitgatewaymulticastdomainid"
NetworkInterfaceId: "my-networkinterfaceid"
GroupIpAddress: "value"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:RegisterTransitGatewayMulticastGroupSourcesec2:SearchTransitGatewayMulticastGroupsec2:SearchTransitGatewayMulticastGroupsec2:DeregisterTransitGatewayMulticastGroupSourcesec2:SearchTransitGatewayMulticastGroupsec2:SearchTransitGatewayMulticastGroupsEverything 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.
TransitGatewayMulticastDomainIdGroupIpAddressNetworkInterfaceId