Delete Vpn Concentrator
| ec2_delete_vpn_concentrator | R Documentation |
Deletes the specified VPN concentrator¶
Description¶
Deletes the specified VPN concentrator.
Usage¶
ec2_delete_vpn_concentrator(VpnConcentratorId, DryRun)
Arguments¶
VpnConcentratorId |
[required] The ID of the VPN concentrator 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(
Return = TRUE|FALSE
)
Request syntax¶
svc$delete_vpn_concentrator(
VpnConcentratorId = "string",
DryRun = TRUE|FALSE
)