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

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.ec2.getTransitGatewayMulticastDomainAssociation

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    The AWS::EC2::TransitGatewayMulticastDomainAssociation type

    Using getTransitGatewayMulticastDomainAssociation

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getTransitGatewayMulticastDomainAssociation(args: GetTransitGatewayMulticastDomainAssociationArgs, opts?: InvokeOptions): Promise<GetTransitGatewayMulticastDomainAssociationResult>
    function getTransitGatewayMulticastDomainAssociationOutput(args: GetTransitGatewayMulticastDomainAssociationOutputArgs, opts?: InvokeOptions): Output<GetTransitGatewayMulticastDomainAssociationResult>
    def get_transit_gateway_multicast_domain_association(subnet_id: Optional[str] = None,
                                                         transit_gateway_attachment_id: Optional[str] = None,
                                                         transit_gateway_multicast_domain_id: Optional[str] = None,
                                                         opts: Optional[InvokeOptions] = None) -> GetTransitGatewayMulticastDomainAssociationResult
    def get_transit_gateway_multicast_domain_association_output(subnet_id: Optional[pulumi.Input[str]] = None,
                                                         transit_gateway_attachment_id: Optional[pulumi.Input[str]] = None,
                                                         transit_gateway_multicast_domain_id: Optional[pulumi.Input[str]] = None,
                                                         opts: Optional[InvokeOptions] = None) -> Output[GetTransitGatewayMulticastDomainAssociationResult]
    func LookupTransitGatewayMulticastDomainAssociation(ctx *Context, args *LookupTransitGatewayMulticastDomainAssociationArgs, opts ...InvokeOption) (*LookupTransitGatewayMulticastDomainAssociationResult, error)
    func LookupTransitGatewayMulticastDomainAssociationOutput(ctx *Context, args *LookupTransitGatewayMulticastDomainAssociationOutputArgs, opts ...InvokeOption) LookupTransitGatewayMulticastDomainAssociationResultOutput

    > Note: This function is named LookupTransitGatewayMulticastDomainAssociation in the Go SDK.

    public static class GetTransitGatewayMulticastDomainAssociation 
    {
        public static Task<GetTransitGatewayMulticastDomainAssociationResult> InvokeAsync(GetTransitGatewayMulticastDomainAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetTransitGatewayMulticastDomainAssociationResult> Invoke(GetTransitGatewayMulticastDomainAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetTransitGatewayMulticastDomainAssociationResult> getTransitGatewayMulticastDomainAssociation(GetTransitGatewayMulticastDomainAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ec2:getTransitGatewayMulticastDomainAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    SubnetId string
    The IDs of the subnets to associate with the transit gateway multicast domain.
    TransitGatewayAttachmentId string
    The ID of the transit gateway attachment.
    TransitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    SubnetId string
    The IDs of the subnets to associate with the transit gateway multicast domain.
    TransitGatewayAttachmentId string
    The ID of the transit gateway attachment.
    TransitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    subnetId String
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transitGatewayAttachmentId String
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId String
    The ID of the transit gateway multicast domain.
    subnetId string
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transitGatewayAttachmentId string
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId string
    The ID of the transit gateway multicast domain.
    subnet_id str
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transit_gateway_attachment_id str
    The ID of the transit gateway attachment.
    transit_gateway_multicast_domain_id str
    The ID of the transit gateway multicast domain.
    subnetId String
    The IDs of the subnets to associate with the transit gateway multicast domain.
    transitGatewayAttachmentId String
    The ID of the transit gateway attachment.
    transitGatewayMulticastDomainId String
    The ID of the transit gateway multicast domain.

    getTransitGatewayMulticastDomainAssociation Result

    The following output properties are available:

    ResourceId string
    The ID of the resource.
    ResourceType string
    The type of resource, for example a VPC attachment.
    State string
    The state of the subnet association.
    ResourceId string
    The ID of the resource.
    ResourceType string
    The type of resource, for example a VPC attachment.
    State string
    The state of the subnet association.
    resourceId String
    The ID of the resource.
    resourceType String
    The type of resource, for example a VPC attachment.
    state String
    The state of the subnet association.
    resourceId string
    The ID of the resource.
    resourceType string
    The type of resource, for example a VPC attachment.
    state string
    The state of the subnet association.
    resource_id str
    The ID of the resource.
    resource_type str
    The type of resource, for example a VPC attachment.
    state str
    The state of the subnet association.
    resourceId String
    The ID of the resource.
    resourceType String
    The type of resource, for example a VPC attachment.
    state String
    The state of the subnet association.

    Package Details

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

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi