Skip to main content

local_gateway_route_table_virtual_interface_group_association

Gets an individual local_gateway_route_table_virtual_interface_group_association resource

Overview

Namelocal_gateway_route_table_virtual_interface_group_association
TypeResource
Descriptionlocal_gateway_route_table_virtual_interface_group_association
Idawscc.ec2.local_gateway_route_table_virtual_interface_group_association

Fields

NameDatatypeDescription
local_gateway_route_table_virtual_interface_group_association_idstringThe ID of the local gateway route table virtual interface group association.
local_gateway_idstringThe ID of the local gateway.
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_virtual_interface_group_idstringThe ID of the local gateway route table virtual interface group.
owner_idstringThe owner of the local gateway route table virtual interface group association.
statestringThe state of the local gateway route table virtual interface group association.
tagsarrayThe tags for the local gateway route table virtual interface group association.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
local_gateway_route_table_virtual_interface_group_association_id,
local_gateway_id,
local_gateway_route_table_id,
local_gateway_route_table_arn,
local_gateway_virtual_interface_group_id,
owner_id,
state,
tags
FROM awscc.ec2.local_gateway_route_table_virtual_interface_group_association
WHERE data__Identifier = '<LocalGatewayRouteTableVirtualInterfaceGroupAssociationId>';

Permissions

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

Read

ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations

Update

ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations,
ec2:CreateTags,
ec2:DeleteTags

Delete

ec2:DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociation,
ec2:DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociations,
ec2:DeleteTags