Skip to main content

transit_gateway_route_table_association

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

Overview

Nametransit_gateway_route_table_association
TypeResource
DescriptionResource Type definition for AWS::EC2::TransitGatewayRouteTableAssociation
Idaws.ec2.transit_gateway_route_table_association

Fields

NameDatatypeDescription
transit_gateway_route_table_idstringThe ID of transit gateway route table.
transit_gateway_attachment_idstringThe ID of transit gateway attachment.
regionstringAWS region.

Methods

NameAccessible byRequired Params
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
transit_gateway_route_table_id,
transit_gateway_attachment_id
FROM aws.ec2.transit_gateway_route_table_association
WHERE region = 'us-east-1' AND data__Identifier = '<TransitGatewayRouteTableId>|<TransitGatewayAttachmentId>';

Permissions

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

Read

ec2:GetTransitGatewayRouteTableAssociations