Skip to main content

local_gateway_route_tablevpc_association

Gets an individual local_gateway_route_tablevpc_association resource

Overview

Namelocal_gateway_route_tablevpc_association
TypeResource
Descriptionlocal_gateway_route_tablevpc_association
Idawscc.ec2.local_gateway_route_tablevpc_association

Fields

NameDatatypeDescription
local_gateway_idstringThe ID of the local gateway.
local_gateway_route_table_idstringThe ID of the local gateway route table.
local_gateway_route_table_vpc_association_idstringThe ID of the association.
statestringThe state of the association.
vpc_idstringThe ID of the VPC.
tagsarrayThe tags for the association.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
local_gateway_id,
local_gateway_route_table_id,
local_gateway_route_table_vpc_association_id,
state,
vpc_id,
tags
FROM awscc.ec2.local_gateway_route_tablevpc_association
WHERE data__Identifier = '<LocalGatewayRouteTableVpcAssociationId>';

Permissions

To operate on the local_gateway_route_tablevpc_association resource, the following permissions are required:

Read

ec2:DescribeLocalGatewayRouteTableVpcAssociations

Update

ec2:DescribeLocalGatewayRouteTableVpcAssociations,
ec2:CreateTags,
ec2:DeleteTags

Delete

ec2:DeleteLocalGatewayRouteTableVpcAssociation,
ec2:DescribeLocalGatewayRouteTableVpcAssociations,
ec2:DeleteTags