We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.ec2.getTransitGatewayMulticastDomainAssociation
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 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)
public static Output<GetTransitGatewayMulticastDomainAssociationResult> getTransitGatewayMulticastDomainAssociation(GetTransitGatewayMulticastDomainAssociationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:ec2:getTransitGatewayMulticastDomainAssociation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- SubnetId string
- The IDs of the subnets to associate with the transit gateway multicast domain.
- TransitGateway stringAttachment Id 
- The ID of the transit gateway attachment.
- TransitGateway stringMulticast Domain Id 
- The ID of the transit gateway multicast domain.
- SubnetId string
- The IDs of the subnets to associate with the transit gateway multicast domain.
- TransitGateway stringAttachment Id 
- The ID of the transit gateway attachment.
- TransitGateway stringMulticast Domain Id 
- The ID of the transit gateway multicast domain.
- subnetId String
- The IDs of the subnets to associate with the transit gateway multicast domain.
- transitGateway StringAttachment Id 
- The ID of the transit gateway attachment.
- transitGateway StringMulticast Domain Id 
- The ID of the transit gateway multicast domain.
- subnetId string
- The IDs of the subnets to associate with the transit gateway multicast domain.
- transitGateway stringAttachment Id 
- The ID of the transit gateway attachment.
- transitGateway stringMulticast Domain Id 
- 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_ strattachment_ id 
- The ID of the transit gateway attachment.
- transit_gateway_ strmulticast_ domain_ id 
- The ID of the transit gateway multicast domain.
- subnetId String
- The IDs of the subnets to associate with the transit gateway multicast domain.
- transitGateway StringAttachment Id 
- The ID of the transit gateway attachment.
- transitGateway StringMulticast Domain Id 
- 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
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi