AWS::EC2::TransitGatewayMulticastGroupMemberThe AWS::EC2::TransitGatewayMulticastGroupMember 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. |
MemberType | string | The member type (for example, static). |
ResourceId | string | The ID of the resource. |
ResourceType | string | The type of resource, for example a VPC attachment. |
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::TransitGatewayMulticastGroupMember
Resources:
MyResource:
Type: AWS::EC2::TransitGatewayMulticastGroupMember
Properties:
GroupIpAddress: "value"
NetworkInterfaceId: "my-networkinterfaceid"
TransitGatewayMulticastDomainId: "my-transitgatewaymulticastdomainid"Permissions CloudFormation needs in your IAM role to manage this resource.
ec2:RegisterTransitGatewayMulticastGroupMembersec2:SearchTransitGatewayMulticastGroupsec2:SearchTransitGatewayMulticastGroupsec2:DeregisterTransitGatewayMulticastGroupMembersec2: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