amazonka-ec2-0.3.2: 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

deleteVpnConnectionRoute Source

DeleteVpnConnectionRoute constructor.

The fields accessible through corresponding lenses are:

Request lenses

dvcrDestinationCidrBlock :: Lens' DeleteVpnConnectionRoute Text Source

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

dvcrVpnConnectionId :: Lens' DeleteVpnConnectionRoute Text Source

The ID of the VPN connection.

Response

Response constructor