local_gateway_route_table_virtual_interface_group_association
Gets an individual local_gateway_route_table_virtual_interface_group_association
resource
Overview
Name | local_gateway_route_table_virtual_interface_group_association |
Type | Resource |
Description | local_gateway_route_table_virtual_interface_group_association |
Id | awscc.ec2.local_gateway_route_table_virtual_interface_group_association |
Fields
Name | Datatype | Description |
---|---|---|
local_gateway_route_table_virtual_interface_group_association_id | string | The ID of the local gateway route table virtual interface group association. |
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_arn | string | The ARN of the local gateway route table. |
local_gateway_virtual_interface_group_id | string | The ID of the local gateway route table virtual interface group. |
owner_id | string | The owner of the local gateway route table virtual interface group association. |
state | string | The state of the local gateway route table virtual interface group association. |
tags | array | The tags for the local gateway route table virtual interface group association. |
region | string | AWS 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