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

CreateOutpostInput

import type { CreateOutpostInput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface CreateOutpostInput {
AvailabilityZone?: string | null;
AvailabilityZoneId?: string | null;
Description?: string | null;
Name: string;
SiteId: string;
SupportedHardwareType?: SupportedHardwareType | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
AvailabilityZone?: string | null
[src]
§
AvailabilityZoneId?: string | null
[src]
§
Description?: string | null
[src]
§
Name: string
[src]
§
SiteId: string
[src]

The ID or the Amazon Resource Name (ARN) of the site.

§
SupportedHardwareType?: SupportedHardwareType | null
[src]

The type of hardware for this Outpost.

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

The tags to apply to the Outpost.