Skip to main content

gateway_route_table_association

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

Overview

Namegateway_route_table_association
TypeResource
DescriptionAssociates a gateway with a route table. The gateway and route table must be in the same VPC. This association causes the incoming traffic to the gateway to be routed according to the routes in the route table.
Idaws.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

NameAccessible byRequired Params
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
get_resourceSELECTdata__Identifier, region

SELECT Example

SELECT
region,
route_table_id,
gateway_id,
association_id
FROM aws.ec2.gateway_route_table_association
WHERE region = 'us-east-1' AND 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