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/securityhub.ts?docs=full";

Information about an Availability Zone.

interface AvailabilityZone {
SubnetId?: string | null;
ZoneName?: string | null;
}

§Properties

§
SubnetId?: string | null
[src]

The ID of the subnet. You can specify one subnet per Availability Zone.

§
ZoneName?: string | null
[src]

The name of the Availability Zone.