ec2_delete_vpn_gateway: Deletes the specified virtual private gateway

View source: R/ec2_operations.R

ec2_delete_vpn_gatewayR Documentation

Deletes the specified virtual private gateway

Description

Deletes the specified virtual private gateway. You must first detach the virtual private gateway from the VPC. Note that you don't need to delete the virtual private gateway if you plan to delete and recreate the VPN connection between your VPC and your network.

See https://www.paws-r-sdk.com/docs/ec2_delete_vpn_gateway/ for full documentation.

Usage

ec2_delete_vpn_gateway(VpnGatewayId, DryRun = NULL)

Arguments

VpnGatewayId

[required] The ID of the virtual private gateway.

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 is UnauthorizedOperation.


paws.compute documentation built on May 29, 2024, 9:16 a.m.