transit_gateway_multicast_domain_associations
Retrieves a list of transit_gateway_multicast_domain_associations
in a region
Overview
Name | transit_gateway_multicast_domain_associations |
Type | Resource |
Description | transit_gateway_multicast_domain_associations |
Id | awscc.ec2.transit_gateway_multicast_domain_associations |
Fields
Name | Datatype | Description |
---|---|---|
transit_gateway_multicast_domain_id | string | The ID of the transit gateway multicast domain. |
transit_gateway_attachment_id | string | The ID of the transit gateway attachment. |
subnet_id | string | The IDs of the subnets to associate with the transit gateway multicast domain. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
transit_gateway_multicast_domain_id,
transit_gateway_attachment_id,
subnet_id
FROM awscc.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