Copyright | (c) 2013-2021 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 |
Synopsis
- data VpnDetails = VpnDetails' {}
- newVpnDetails :: VpnDetails
- vpnDetails_vpnName :: Lens' VpnDetails (Maybe Text)
- vpnDetails_vpnTunnelOriginatorIP :: Lens' VpnDetails (Maybe Text)
- vpnDetails_vpnId :: Lens' VpnDetails (Maybe Text)
- vpnDetails_vpnState :: Lens' VpnDetails (Maybe Text)
- vpnDetails_vpnPSK :: Lens' VpnDetails (Maybe Text)
- vpnDetails_vpnGatewayIp :: Lens' VpnDetails (Maybe Text)
Documentation
data VpnDetails Source #
Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.
For more information about RDS on VMware, see the RDS on VMware User Guide.
See: newVpnDetails
smart constructor.
VpnDetails' | |
|
Instances
newVpnDetails :: VpnDetails Source #
Create a value of VpnDetails
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:vpnName:VpnDetails'
, vpnDetails_vpnName
- The name of the VPN.
$sel:vpnTunnelOriginatorIP:VpnDetails'
, vpnDetails_vpnTunnelOriginatorIP
- The IP address of network traffic from your on-premises data center. A
custom AZ receives the network traffic.
$sel:vpnId:VpnDetails'
, vpnDetails_vpnId
- The ID of the VPN.
$sel:vpnState:VpnDetails'
, vpnDetails_vpnState
- The state of the VPN.
$sel:vpnPSK:VpnDetails'
, vpnDetails_vpnPSK
- The preshared key (PSK) for the VPN.
$sel:vpnGatewayIp:VpnDetails'
, vpnDetails_vpnGatewayIp
- The IP address of network traffic from Amazon Web Services to your
on-premises data center.
vpnDetails_vpnName :: Lens' VpnDetails (Maybe Text) Source #
The name of the VPN.
vpnDetails_vpnTunnelOriginatorIP :: Lens' VpnDetails (Maybe Text) Source #
The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.
vpnDetails_vpnId :: Lens' VpnDetails (Maybe Text) Source #
The ID of the VPN.
vpnDetails_vpnState :: Lens' VpnDetails (Maybe Text) Source #
The state of the VPN.
vpnDetails_vpnPSK :: Lens' VpnDetails (Maybe Text) Source #
The preshared key (PSK) for the VPN.
vpnDetails_vpnGatewayIp :: Lens' VpnDetails (Maybe Text) Source #
The IP address of network traffic from Amazon Web Services to your on-premises data center.