amazonka-ec2-0.3.5: Amazon Elastic Compute Cloud SDK.

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.DeleteVpnConnectionRoute

Contents

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.

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/ApiReference-query-DeleteVpnConnectionRoute.html

Synopsis

Request

Request constructor

Request lenses

dvcrDestinationCidrBlock :: Lens' DeleteVpnConnectionRoute Text Source

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

Response

Response constructor