Delete Local Gateway Route Table Virtual Interface Group Association
ec2_delete_local_gateway_route_table_virtual_interface_group_association | R Documentation |
Deletes a local gateway route table virtual interface group association¶
Description¶
Deletes a local gateway route table virtual interface group association.
Usage¶
ec2_delete_local_gateway_route_table_virtual_interface_group_association(
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId, DryRun)
Arguments¶
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId |
[required] The ID of the local gateway route table virtual interface group association. |
DryRun |
Checks whether you have the required permissions for the action,
without actually making the request, and provides an error response. If
you have the required permissions, the error response is
|
Value¶
A list with the following syntax:
list(
LocalGatewayRouteTableVirtualInterfaceGroupAssociation = list(
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId = "string",
LocalGatewayVirtualInterfaceGroupId = "string",
LocalGatewayId = "string",
LocalGatewayRouteTableId = "string",
LocalGatewayRouteTableArn = "string",
OwnerId = "string",
State = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)
)
Request syntax¶
svc$delete_local_gateway_route_table_virtual_interface_group_association(
LocalGatewayRouteTableVirtualInterfaceGroupAssociationId = "string",
DryRun = TRUE|FALSE
)