View source: R/ec2_operations.R
ec2_delete_client_vpn_route | R Documentation |
Deletes a route from a Client VPN endpoint. You can only delete routes that you manually added using the CreateClientVpnRoute action. You cannot delete routes that were automatically added when associating a subnet. To remove routes that have been automatically added, disassociate the target subnet from the Client VPN endpoint.
See https://www.paws-r-sdk.com/docs/ec2_delete_client_vpn_route/ for full documentation.
ec2_delete_client_vpn_route(
ClientVpnEndpointId,
TargetVpcSubnetId = NULL,
DestinationCidrBlock,
DryRun = NULL
)
ClientVpnEndpointId |
[required] The ID of the Client VPN endpoint from which the route is to be deleted. |
TargetVpcSubnetId |
The ID of the target subnet used by the route. |
DestinationCidrBlock |
[required] The IPv4 address range, in CIDR notation, of the route to be deleted. |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.