View source: R/ec2_operations.R
ec2_delete_vpn_connection_route | R Documentation |
Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway. The static route allows traffic to be routed from the virtual private gateway to the VPN customer gateway.
See https://www.paws-r-sdk.com/docs/ec2_delete_vpn_connection_route/ for full documentation.
ec2_delete_vpn_connection_route(DestinationCidrBlock, VpnConnectionId)
DestinationCidrBlock |
[required] The CIDR block associated with the local subnet of the customer network. |
VpnConnectionId |
[required] The ID of the VPN connection. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.