paws.compute (version 0.1.0)

ec2_delete_vpn_connection_route: Deletes the specified static route associated with a VPN connection between an existing virtual private gateway and a VPN customer gateway

Description

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.

Usage

ec2_delete_vpn_connection_route(DestinationCidrBlock, VpnConnectionId)

Arguments

DestinationCidrBlock

[required] The CIDR block associated with the local subnet of the customer network.

VpnConnectionId

[required] The ID of the VPN connection.

Request syntax

svc$delete_vpn_connection_route(
  DestinationCidrBlock = "string",
  VpnConnectionId = "string"
)