| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.EC2.Types.VpnStaticRoute
Description
Documentation
data VpnStaticRoute Source #
Describes a static route for a VPN connection.
See: newVpnStaticRoute smart constructor.
Constructors
| VpnStaticRoute' | |
Fields
| |
Instances
newVpnStaticRoute :: VpnStaticRoute Source #
Create a value of VpnStaticRoute with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:destinationCidrBlock:VpnStaticRoute', vpnStaticRoute_destinationCidrBlock - The CIDR block associated with the local subnet of the customer data
center.
$sel:source:VpnStaticRoute', vpnStaticRoute_source - Indicates how the routes were provided.
$sel:state:VpnStaticRoute', vpnStaticRoute_state - The current state of the static route.
vpnStaticRoute_destinationCidrBlock :: Lens' VpnStaticRoute (Maybe Text) Source #
The CIDR block associated with the local subnet of the customer data center.
vpnStaticRoute_source :: Lens' VpnStaticRoute (Maybe VpnStaticRouteSource) Source #
Indicates how the routes were provided.
vpnStaticRoute_state :: Lens' VpnStaticRoute (Maybe VpnState) Source #
The current state of the static route.