EC2 / Client / delete_vpn_connection_route
delete_vpn_connection_route#
- EC2.Client.delete_vpn_connection_route(**kwargs)#
- 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 also: AWS API Documentation - Request Syntax - response = client.delete_vpn_connection_route( DestinationCidrBlock='string', VpnConnectionId='string' ) - Parameters:
- DestinationCidrBlock (string) – - [REQUIRED] - The CIDR block associated with the local subnet of the customer network. 
- VpnConnectionId (string) – - [REQUIRED] - The ID of the VPN connection. 
 
- Returns:
- None