Skip to main content

gateway_route_table_association

Gets an individual gateway_route_table_association resource

Overview

Namegateway_route_table_association
TypeResource
Descriptiongateway_route_table_association
Idawscc.ec2.gateway_route_table_association

Fields

NameDatatypeDescription
route_table_idstringThe ID of the route table.
gateway_idstringThe ID of the gateway.
association_idstringThe route table association ID.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
route_table_id,
gateway_id,
association_id
FROM awscc.ec2.gateway_route_table_association
WHERE data__Identifier = '<GatewayId>';

Permissions

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

Read

ec2:DescribeRouteTables

Update

ec2:DescribeRouteTables,
ec2:ReplaceRouteTableAssociation

Delete

ec2:DescribeRouteTables,
ec2:DisassociateRouteTable