Delete Local Gateway Virtual Interface Group
ec2_delete_local_gateway_virtual_interface_group | R Documentation |
Delete the specified local gateway interface group¶
Description¶
Delete the specified local gateway interface group.
Usage¶
ec2_delete_local_gateway_virtual_interface_group(
LocalGatewayVirtualInterfaceGroupId, DryRun)
Arguments¶
LocalGatewayVirtualInterfaceGroupId |
[required] The ID of the local gateway virtual interface group to delete. |
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(
LocalGatewayVirtualInterfaceGroup = list(
LocalGatewayVirtualInterfaceGroupId = "string",
LocalGatewayVirtualInterfaceIds = list(
"string"
),
LocalGatewayId = "string",
OwnerId = "string",
LocalBgpAsn = 123,
LocalBgpAsnExtended = 123,
LocalGatewayVirtualInterfaceGroupArn = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
),
ConfigurationState = "pending"|"incomplete"|"available"|"deleting"|"deleted"
)
)
Request syntax¶
svc$delete_local_gateway_virtual_interface_group(
LocalGatewayVirtualInterfaceGroupId = "string",
DryRun = TRUE|FALSE
)