local_gateway_route_tablevpc_association
Gets an individual local_gateway_route_tablevpc_association
resource
Overview
Name | local_gateway_route_tablevpc_association |
Type | Resource |
Description | local_gateway_route_tablevpc_association |
Id | awscc.ec2.local_gateway_route_tablevpc_association |
Fields
Name | Datatype | Description |
---|---|---|
local_gateway_id | string | The ID of the local gateway. |
local_gateway_route_table_id | string | The ID of the local gateway route table. |
local_gateway_route_table_vpc_association_id | string | The ID of the association. |
state | string | The state of the association. |
vpc_id | string | The ID of the VPC. |
tags | array | The tags for the association. |
region | string | AWS 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