local_gateway_route_tables_list_only
Lists local_gateway_route_tables in a region or regions, for all properties use local_gateway_route_tables
Overview
| Name | local_gateway_route_tables_list_only |
| Type | Resource |
| Description | Describes a route table for a local gateway. |
| Id | aws.ec2.local_gateway_route_tables_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
local_gateway_route_table_id | string | The ID of the local gateway route table. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all local_gateway_route_tables in a region.
SELECT
region,
local_gateway_route_table_id
FROM aws.ec2.local_gateway_route_tables_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the local_gateway_route_tables_list_only resource, see local_gateway_route_tables