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

Describes Availability Zones, Local Zones, and Wavelength Zones.

interface AvailabilityZone {
GroupName?: string | null;
NetworkBorderGroup?: string | null;
OptInStatus?: AvailabilityZoneOptInStatus | null;
ParentZoneId?: string | null;
ParentZoneName?: string | null;
RegionName?: string | null;
State?: AvailabilityZoneState | null;
ZoneId?: string | null;
ZoneName?: string | null;
ZoneType?: string | null;
}

§Properties

§
GroupName?: string | null
[src]

For Availability Zones, this parameter has the same value as the Region name.

For Local Zones, the name of the associated group, for example us-west-2-lax-1.

For Wavelength Zones, the name of the associated group, for example us-east-1-wl1-bos-wlz-1.

§

Any messages about the Availability Zone, Local Zone, or Wavelength Zone.

§
NetworkBorderGroup?: string | null
[src]

The name of the network border group.

§

For Availability Zones, this parameter always has the value of opt-in-not-required.

For Local Zones and Wavelength Zones, this parameter is the opt-in status. The possible values are opted-in, and not-opted-in.

§
ParentZoneId?: string | null
[src]

The ID of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

§
ParentZoneName?: string | null
[src]

The name of the zone that handles some of the Local Zone or Wavelength Zone control plane operations, such as API calls.

§
RegionName?: string | null
[src]

The name of the Region.

§

The state of the Availability Zone, Local Zone, or Wavelength Zone.

§
ZoneId?: string | null
[src]

The ID of the Availability Zone, Local Zone, or Wavelength Zone.

§
ZoneName?: string | null
[src]

The name of the Availability Zone, Local Zone, or Wavelength Zone.

§
ZoneType?: string | null
[src]

The type of zone. The valid values are availability-zone, local-zone, and wavelength-zone.