local_gateway_route_tablevpc_associations
Retrieves a list of local_gateway_route_tablevpc_associations
in a region
Overview
Name | local_gateway_route_tablevpc_associations |
Type | Resource |
Description | local_gateway_route_tablevpc_associations |
Id | awscc.ec2.local_gateway_route_tablevpc_associations |
Fields
Name | Datatype | Description |
---|---|---|
local_gateway_route_table_vpc_association_id | string | The ID of the association. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
local_gateway_route_table_vpc_association_id
FROM awscc.ec2.local_gateway_route_tablevpc_associations
WHERE region = 'us-east-1'
Permissions
To operate on the local_gateway_route_tablevpc_associations
resource, the following permissions are required:
Create
ec2:CreateLocalGatewayRouteTableVpcAssociation,
ec2:DescribeLocalGatewayRouteTableVpcAssociations,
ec2:CreateTags
List
ec2:DescribeLocalGatewayRouteTableVpcAssociations