Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

VpnDetails

import type { VpnDetails } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";

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.

interface VpnDetails {
VpnGatewayIp?: string | null;
VpnId?: string | null;
VpnName?: string | null;
VpnPSK?: string | null;
VpnState?: string | null;
VpnTunnelOriginatorIP?: string | null;
}

§Properties

§
VpnGatewayIp?: string | null
[src]

The IP address of network traffic from Amazon Web Services to your on-premises data center.

§
VpnId?: string | null
[src]

The ID of the VPN.

§
VpnName?: string | null
[src]

The name of the VPN.

§
VpnPSK?: string | null
[src]

The preshared key (PSK) for the VPN.

§
VpnState?: string | null
[src]

The state of the VPN.

§
VpnTunnelOriginatorIP?: string | null
[src]

The IP address of network traffic from your on-premises data center. A custom AZ receives the network traffic.