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

CreateCustomAvailabilityZoneMessage

import type { CreateCustomAvailabilityZoneMessage } from "https://aws-api.deno.dev/v0.3/services/rds.ts?docs=full";
interface CreateCustomAvailabilityZoneMessage {
CustomAvailabilityZoneName: string;
ExistingVpnId?: string | null;
NewVpnTunnelName?: string | null;
VpnTunnelOriginatorIP?: string | null;
}

§Properties

§
CustomAvailabilityZoneName: string
[src]

The name of the custom Availability Zone (AZ).

§
ExistingVpnId?: string | null
[src]

The ID of an existing virtual private network (VPN) between the Amazon RDS website and the VMware vSphere cluster.

§
NewVpnTunnelName?: string | null
[src]

The name of a new VPN tunnel between the Amazon RDS website and the VMware vSphere cluster.

Specify this parameter only if ExistingVpnId isn't specified.

§
VpnTunnelOriginatorIP?: string | null
[src]

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

Specify this parameter only if ExistingVpnId isn't specified.