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

Outpost

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

Information about an Outpost.

interface Outpost {
AvailabilityZone?: string | null;
AvailabilityZoneId?: string | null;
Description?: string | null;
LifeCycleStatus?: string | null;
Name?: string | null;
OutpostArn?: string | null;
OutpostId?: string | null;
OwnerId?: string | null;
SiteArn?: string | null;
SiteId?: string | null;
SupportedHardwareType?: SupportedHardwareType | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
AvailabilityZoneId?: string | null
[src]
§
Description?: string | null
[src]
§
LifeCycleStatus?: string | null
[src]
§
Name?: string | null
[src]
§
OutpostArn?: string | null
[src]
§
OutpostId?: string | null
[src]

The ID of the Outpost.

§
OwnerId?: string | null
[src]
§
SiteArn?: string | null
[src]
§
SiteId?: string | null
[src]
§
SupportedHardwareType?: SupportedHardwareType | null
[src]

The hardware type.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

The Outpost tags.