libZSservicesZSamazonka-rdsZSamazonka-rds
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.RDS.Types.VpnDetails

Description

 
Synopsis

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.

Constructors

VpnDetails' 

Fields

Instances

Instances details
Eq VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

Show VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

Generic VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

Associated Types

type Rep VpnDetails :: Type -> Type #

NFData VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

Methods

rnf :: VpnDetails -> () #

Hashable VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

FromXML VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

type Rep VpnDetails Source # 
Instance details

Defined in Amazonka.RDS.Types.VpnDetails

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_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_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.