Safe Haskell | None |
---|---|
Language | Haskell2010 |
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.
- data CreateVpnConnectionRoute
- createVpnConnectionRoute :: Text -> Text -> CreateVpnConnectionRoute
- cvcrDestinationCidrBlock :: Lens' CreateVpnConnectionRoute Text
- cvcrVpnConnectionId :: Lens' CreateVpnConnectionRoute Text
- data CreateVpnConnectionRouteResponse
- createVpnConnectionRouteResponse :: CreateVpnConnectionRouteResponse
Request
data CreateVpnConnectionRoute Source
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.