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

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.TransitGatewayMulticastGroupSource

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::TransitGatewayMulticastGroupSource registers and deregisters members and sources (network interfaces) with the transit gateway multicast group

Create TransitGatewayMulticastGroupSource Resource

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

Constructor syntax

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

@overload
def TransitGatewayMulticastGroupSource(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 NewTransitGatewayMulticastGroupSource(ctx *Context, name string, args TransitGatewayMulticastGroupSourceArgs, opts ...ResourceOption) (*TransitGatewayMulticastGroupSource, error)
public TransitGatewayMulticastGroupSource(string name, TransitGatewayMulticastGroupSourceArgs args, CustomResourceOptions? opts = null)
public TransitGatewayMulticastGroupSource(String name, TransitGatewayMulticastGroupSourceArgs args)
public TransitGatewayMulticastGroupSource(String name, TransitGatewayMulticastGroupSourceArgs args, CustomResourceOptions options)
type: aws-native:ec2:TransitGatewayMulticastGroupSource
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. TransitGatewayMulticastGroupSourceArgs
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. TransitGatewayMulticastGroupSourceArgs
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. TransitGatewayMulticastGroupSourceArgs
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. TransitGatewayMulticastGroupSourceArgs
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. TransitGatewayMulticastGroupSourceArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

TransitGatewayMulticastGroupSource 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 TransitGatewayMulticastGroupSource 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 TransitGatewayMulticastGroupSource 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.
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.
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.
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.
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.
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.
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.
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.
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.
resource_id str
The ID of the resource.
resource_type str
The type of resource, for example a VPC attachment.
source_type str
The source type.
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.
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.

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