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

Safe HaskellNone
LanguageHaskell2010

Network.AWS.EC2.CreateVpnConnectionRoute

Contents

Description

Creates a 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.

For more information about VPN connections, see Adding a Hardware VirtualPrivate Gateway to Your VPC in the Amazon Virtual Private Cloud User Guide.

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

Synopsis

Request

Request constructor

createVpnConnectionRoute Source

CreateVpnConnectionRoute constructor.

The fields accessible through corresponding lenses are:

Request lenses

cvcrDestinationCidrBlock :: Lens' CreateVpnConnectionRoute Text Source

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

cvcrVpnConnectionId :: Lens' CreateVpnConnectionRoute Text Source

The ID of the VPN connection.

Response

Response constructor