Skip to main content

transit_gateway_multicast_domain_association

Gets or updates an individual transit_gateway_multicast_domain_association resource, use transit_gateway_multicast_domain_associations to retrieve a list of resources or to create or delete a resource.

Overview

Nametransit_gateway_multicast_domain_association
TypeResource
DescriptionThe AWS::EC2::TransitGatewayMulticastDomainAssociation type
Idaws.ec2.transit_gateway_multicast_domain_association

Fields

NameDatatypeDescription
transit_gateway_multicast_domain_idstringThe ID of the transit gateway multicast domain.
transit_gateway_attachment_idstringThe ID of the transit gateway attachment.
resource_idstringThe ID of the resource.
resource_typestringThe type of resource, for example a VPC attachment.
statestringThe state of the subnet association.
subnet_idstringThe IDs of the subnets to associate with the transit gateway multicast domain.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
transit_gateway_multicast_domain_id,
transit_gateway_attachment_id,
resource_id,
resource_type,
state,
subnet_id
FROM aws.ec2.transit_gateway_multicast_domain_association
WHERE region = 'us-east-1' AND data__Identifier = '<TransitGatewayMulticastDomainId>|<TransitGatewayAttachmentId>|<SubnetId>';

Permissions

To operate on the transit_gateway_multicast_domain_association resource, the following permissions are required:

Read

ec2:GetTransitGatewayMulticastDomainAssociations