1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. TransitGatewayMulticastGroupMember

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.ec2.TransitGatewayMulticastGroupMember

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

The AWS::EC2::TransitGatewayMulticastGroupMember registers and deregisters members and sources (network interfaces) with the transit gateway multicast group

Create TransitGatewayMulticastGroupMember Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new TransitGatewayMulticastGroupMember(name: string, args: TransitGatewayMulticastGroupMemberArgs, opts?: CustomResourceOptions);
@overload
def TransitGatewayMulticastGroupMember(resource_name: str,
                                       args: TransitGatewayMulticastGroupMemberArgs,
                                       opts: Optional[ResourceOptions] = None)

@overload
def TransitGatewayMulticastGroupMember(resource_name: str,
                                       opts: Optional[ResourceOptions] = None,
                                       group_ip_address: Optional[str] = None,
                                       network_interface_id: Optional[str] = None,
                                       transit_gateway_multicast_domain_id: Optional[str] = None)
func NewTransitGatewayMulticastGroupMember(ctx *Context, name string, args TransitGatewayMulticastGroupMemberArgs, opts ...ResourceOption) (*TransitGatewayMulticastGroupMember, error)
public TransitGatewayMulticastGroupMember(string name, TransitGatewayMulticastGroupMemberArgs args, CustomResourceOptions? opts = null)
public TransitGatewayMulticastGroupMember(String name, TransitGatewayMulticastGroupMemberArgs args)
public TransitGatewayMulticastGroupMember(String name, TransitGatewayMulticastGroupMemberArgs args, CustomResourceOptions options)
type: aws-native:ec2:TransitGatewayMulticastGroupMember
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. TransitGatewayMulticastGroupMemberArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. TransitGatewayMulticastGroupMemberArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. TransitGatewayMulticastGroupMemberArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. TransitGatewayMulticastGroupMemberArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. TransitGatewayMulticastGroupMemberArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

TransitGatewayMulticastGroupMember Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The TransitGatewayMulticastGroupMember resource accepts the following input properties:

GroupIpAddress This property is required. string
The IP address assigned to the transit gateway multicast group.
NetworkInterfaceId This property is required. string
The ID of the transit gateway attachment.
TransitGatewayMulticastDomainId This property is required. string
The ID of the transit gateway multicast domain.
GroupIpAddress This property is required. string
The IP address assigned to the transit gateway multicast group.
NetworkInterfaceId This property is required. string
The ID of the transit gateway attachment.
TransitGatewayMulticastDomainId This property is required. string
The ID of the transit gateway multicast domain.
groupIpAddress This property is required. String
The IP address assigned to the transit gateway multicast group.
networkInterfaceId This property is required. String
The ID of the transit gateway attachment.
transitGatewayMulticastDomainId This property is required. String
The ID of the transit gateway multicast domain.
groupIpAddress This property is required. string
The IP address assigned to the transit gateway multicast group.
networkInterfaceId This property is required. string
The ID of the transit gateway attachment.
transitGatewayMulticastDomainId This property is required. string
The ID of the transit gateway multicast domain.
group_ip_address This property is required. str
The IP address assigned to the transit gateway multicast group.
network_interface_id This property is required. str
The ID of the transit gateway attachment.
transit_gateway_multicast_domain_id This property is required. str
The ID of the transit gateway multicast domain.
groupIpAddress This property is required. String
The IP address assigned to the transit gateway multicast group.
networkInterfaceId This property is required. String
The ID of the transit gateway attachment.
transitGatewayMulticastDomainId This property is required. String
The ID of the transit gateway multicast domain.

Outputs

All input properties are implicitly available as output properties. Additionally, the TransitGatewayMulticastGroupMember resource produces the following output properties:

GroupMember bool
Indicates that the resource is a transit gateway multicast group member.
GroupSource bool
Indicates that the resource is a transit gateway multicast group member.
Id string
The provider-assigned unique ID for this managed resource.
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.
GroupMember bool
Indicates that the resource is a transit gateway multicast group member.
GroupSource bool
Indicates that the resource is a transit gateway multicast group member.
Id string
The provider-assigned unique ID for this managed resource.
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.
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.
id String
The provider-assigned unique ID for this managed resource.
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.
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.
id string
The provider-assigned unique ID for this managed resource.
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.
group_member bool
Indicates that the resource is a transit gateway multicast group member.
group_source bool
Indicates that the resource is a transit gateway multicast group member.
id str
The provider-assigned unique ID for this managed resource.
member_type str
The member type (for example, static).
resource_id str
The ID of the resource.
resource_type str
The type of resource, for example a VPC attachment.
subnet_id str
The ID of the subnet.
transit_gateway_attachment_id str
The ID of the transit gateway attachment.
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.
id String
The provider-assigned unique ID for this managed resource.
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.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi