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

ResourceLocation

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

Describes the resource location.

interface ResourceLocation {
availabilityZone?: string | null;
regionName?: RegionName | null;
}

§Properties

§
availabilityZone?: string | null
[src]

The Availability Zone. Follows the format us-east-2a (case-sensitive).

§
regionName?: RegionName | null
[src]

The AWS Region name.