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

CustomAvailabilityZone

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

A custom Availability Zone (AZ) is an on-premises AZ that is integrated with a VMware vSphere cluster.

For more information about RDS on VMware, see the RDS on VMware User Guide.

interface CustomAvailabilityZone {
CustomAvailabilityZoneId?: string | null;
CustomAvailabilityZoneName?: string | null;
CustomAvailabilityZoneStatus?: string | null;
VpnDetails?: VpnDetails | null;
}

§Properties

§
CustomAvailabilityZoneId?: string | null
[src]

The identifier of the custom AZ.

Amazon RDS generates a unique identifier when a custom AZ is created.

§
CustomAvailabilityZoneName?: string | null
[src]

The name of the custom AZ.

§
CustomAvailabilityZoneStatus?: string | null
[src]

The status of the custom AZ.

§
VpnDetails?: VpnDetails | null
[src]

Information about the virtual private network (VPN) between the VMware vSphere cluster and the Amazon Web Services website.