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

AvailabilityZone

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

Contains Availability Zone information.

This data type is used as an element in the OrderableDBInstanceOption data type.

interface AvailabilityZone {
Name?: string | null;
}

§Properties

§
Name?: string | null
[src]

The name of the Availability Zone.