| Copyright | (c) 2013-2018 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
| Language | Haskell2010 |
Network.AWS.EC2.DeleteVPNConnectionRoute
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.
Synopsis
- deleteVPNConnectionRoute :: Text -> Text -> DeleteVPNConnectionRoute
- data DeleteVPNConnectionRoute
- dvcrDestinationCidrBlock :: Lens' DeleteVPNConnectionRoute Text
- dvcrVPNConnectionId :: Lens' DeleteVPNConnectionRoute Text
- deleteVPNConnectionRouteResponse :: DeleteVPNConnectionRouteResponse
- data DeleteVPNConnectionRouteResponse
Creating a Request
deleteVPNConnectionRoute Source #
Creates a value of DeleteVPNConnectionRoute with the minimum fields required to make a request.
Use one of the following lenses to modify other fields as desired:
dvcrDestinationCidrBlock- The CIDR block associated with the local subnet of the customer network.dvcrVPNConnectionId- The ID of the VPN connection.
data DeleteVPNConnectionRoute Source #
Contains the parameters for DeleteVpnConnectionRoute.
See: deleteVPNConnectionRoute smart constructor.
Instances
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.
Destructuring the Response
deleteVPNConnectionRouteResponse :: DeleteVPNConnectionRouteResponse Source #
Creates a value of DeleteVPNConnectionRouteResponse with the minimum fields required to make a request.
data DeleteVPNConnectionRouteResponse Source #
See: deleteVPNConnectionRouteResponse smart constructor.