Skip to main content

local_gateway_route_table_virtual_interface_group_association

Gets or updates an individual local_gateway_route_table_virtual_interface_group_association resource, use local_gateway_route_table_virtual_interface_group_associations to retrieve a list of resources or to create or delete a resource.

Overview

Namelocal_gateway_route_table_virtual_interface_group_association
TypeResource
DescriptionDescribes a local gateway route table virtual interface group association for a local gateway.
Idaws.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

NameAccessible byRequired Params
update_resourceUPDATEdata__Identifier, data__PatchDocument, region
get_resourceSELECTdata__Identifier, region

SELECT 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 aws.ec2.local_gateway_route_table_virtual_interface_group_association
WHERE region = 'us-east-1' AND 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