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 | |
route_table_id | string | The ID of the route table. The physical ID changes when the route table ID is changed. |
subnet_id | string | The ID of the subnet. |
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