transit_gateway_multicast_domain_association
Gets an individual transit_gateway_multicast_domain_association
resource
Overview
Name | transit_gateway_multicast_domain_association |
Type | Resource |
Description | transit_gateway_multicast_domain_association |
Id | awscc.ec2.transit_gateway_multicast_domain_association |
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. |
resource_id | string | The ID of the resource. |
resource_type | string | The type of resource, for example a VPC attachment. |
state | string | The state of the subnet association. |
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,
resource_id,
resource_type,
state,
subnet_id
FROM awscc.ec2.transit_gateway_multicast_domain_association
WHERE data__Identifier = '<TransitGatewayMulticastDomainId>|<TransitGatewayAttachmentId>|<SubnetId>';
Permissions
To operate on the transit_gateway_multicast_domain_association
resource, the following permissions are required:
Read
ec2:GetTransitGatewayMulticastDomainAssociations
Delete
ec2:DisassociateTransitGatewayMulticastDomain,
ec2:GetTransitGatewayMulticastDomainAssociations