Skip to main content

transit_gateway_multicast_domain_associations

Retrieves a list of transit_gateway_multicast_domain_associations in a region

Overview

Nametransit_gateway_multicast_domain_associations
TypeResource
DescriptionThe AWS::EC2::TransitGatewayMulticastDomainAssociation type
Idaws.ec2.transit_gateway_multicast_domain_associations

Fields

NameDatatypeDescription
transit_gateway_multicast_domain_idstringThe ID of the transit gateway multicast domain.
transit_gateway_attachment_idstringThe ID of the transit gateway attachment.
subnet_idstringThe IDs of the subnets to associate with the transit gateway multicast domain.
regionstringAWS region.

Methods

NameAccessible byRequired Params
create_resourceINSERTdata__DesiredState, region
list_resourceSELECTregion

SELECT Example

SELECT
region,
transit_gateway_multicast_domain_id,
transit_gateway_attachment_id,
subnet_id
FROM aws.ec2.transit_gateway_multicast_domain_associations
WHERE region = 'us-east-1'

Permissions

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

Create

ec2:AssociateTransitGatewayMulticastDomain,
ec2:GetTransitGatewayMulticastDomainAssociations

List

ec2:GetTransitGatewayMulticastDomainAssociations