Skip to main content

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

Namelocal_gateway_route_tables_list_only
TypeResource
DescriptionDescribes a route table for a local gateway.
Idaws.ec2.local_gateway_route_tables_list_only

Fields

NameDatatypeDescription
local_gateway_route_table_idstringThe ID of the local gateway route table.
local_gateway_route_table_arnstringThe ARN of the local gateway route table.
local_gateway_idstringThe ID of the local gateway.
outpost_arnstringThe ARN of the outpost.
owner_idstringThe owner of the local gateway route table.
statestringThe state of the local gateway route table.
modestringThe mode of the local gateway route table.
tagsarrayThe tags for the local gateway route table.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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