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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi

aws-native.ec2.TransitGatewayMulticastGroupSource

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.103.0 published on Monday, Apr 22, 2024 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 string
    The unique name of the resource.
    args TransitGatewayMulticastGroupSourceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args 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 string
    The unique name of the resource.
    args TransitGatewayMulticastGroupSourceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args TransitGatewayMulticastGroupSourceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args TransitGatewayMulticastGroupSourceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const transitGatewayMulticastGroupSourceResource = new aws_native.ec2.TransitGatewayMulticastGroupSource("transitGatewayMulticastGroupSourceResource", {
        groupIpAddress: "string",
        networkInterfaceId: "string",
        transitGatewayMulticastDomainId: "string",
    });
    
    Coming soon!
    

    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

    The TransitGatewayMulticastGroupSource resource accepts the following input properties:

    GroupIpAddress string
    The IP address assigned to the transit gateway multicast group.
    NetworkInterfaceId string
    The ID of the transit gateway attachment.
    TransitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    GroupIpAddress string
    The IP address assigned to the transit gateway multicast group.
    NetworkInterfaceId string
    The ID of the transit gateway attachment.
    TransitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    groupIpAddress String
    The IP address assigned to the transit gateway multicast group.
    networkInterfaceId String
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId String
    The ID of the transit gateway multicast domain.
    groupIpAddress string
    The IP address assigned to the transit gateway multicast group.
    networkInterfaceId string
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    group_ip_address str
    The IP address assigned to the transit gateway multicast group.
    network_interface_id str
    The ID of the transit gateway attachment.
    transit_gateway_multicast_domain_id str
    The ID of the transit gateway multicast domain.
    groupIpAddress String
    The IP address assigned to the transit gateway multicast group.
    networkInterfaceId String
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId 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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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.
    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.103.0 published on Monday, Apr 22, 2024 by Pulumi