Delete the specified local gateway interface group
Source:R/ec2_operations.R
ec2_delete_local_gateway_virtual_interface_group.RdDelete the specified local gateway interface group.
See https://www.paws-r-sdk.com/docs/ec2_delete_local_gateway_virtual_interface_group/ for full documentation.
Usage
ec2_delete_local_gateway_virtual_interface_group(
LocalGatewayVirtualInterfaceGroupId,
DryRun = NULL
)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
DryRunOperation. Otherwise, it isUnauthorizedOperation.