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
| Name | subnet_route_table_associations_list_only |
| Type | Resource |
| Description | Associates 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). |
| Id | aws.ec2.subnet_route_table_associations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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