VpnDetails

public struct VpnDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The IP address of network traffic from AWS to your on-premises data center.

    Declaration

    Swift

    public let vpnGatewayIp: String?
  • The ID of the VPN.

    Declaration

    Swift

    public let vpnId: String?
  • The name of the VPN.

    Declaration

    Swift

    public let vpnName: String?
  • The preshared key (PSK) for the VPN.

    Declaration

    Swift

    public let vpnPSK: String?
  • The state of the VPN.

    Declaration

    Swift

    public let vpnState: String?
  • The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.

    Declaration

    Swift

    public let vpnTunnelOriginatorIP: String?
  • Undocumented

    Declaration

    Swift

    public init(vpnGatewayIp: String? = nil, vpnId: String? = nil, vpnName: String? = nil, vpnPSK: String? = nil, vpnState: String? = nil, vpnTunnelOriginatorIP: String? = nil)