Skip to main content

subnet_route_table_associations_list_only

Lists subnet_route_table_associations in a region or regions, for all properties use subnet_route_table_associations

Overview

Namesubnet_route_table_associations_list_only
TypeResource
DescriptionAssociates a subnet with a route table. The subnet and route table must be in the same VPC. This association causes traffic originating from the subnet to be routed according to the routes in the route table. A route table can be associated with multiple subnets. To create a route table, see [AWS::EC2::RouteTable](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-routetable.html).
Idaws.ec2.subnet_route_table_associations_list_only

Fields

NameDatatypeDescription
idstring
route_table_idstringThe ID of the route table.
The physical ID changes when the route table ID is changed.
subnet_idstringThe ID of the subnet.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all subnet_route_table_associations in a region.

SELECT
region,
id
FROM aws.ec2.subnet_route_table_associations_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the subnet_route_table_associations_list_only resource, see subnet_route_table_associations