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