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

CreateSiteInput

import type { CreateSiteInput } from "https://aws-api.deno.dev/v0.3/services/outposts.ts?docs=full";
interface CreateSiteInput {
Description?: string | null;
Name: string;
Notes?: string | null;
OperatingAddress?: Address | null;
RackPhysicalProperties?: RackPhysicalProperties | null;
ShippingAddress?: Address | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Description?: string | null
[src]
§
Name: string
[src]
§
Notes?: string | null
[src]

Additional information that you provide about site access requirements, electrician scheduling, personal protective equipment, or regulation of equipment materials that could affect your installation process.

§
OperatingAddress?: Address | null
[src]

The location to install and power on the hardware. This address might be different from the shipping address.

§
RackPhysicalProperties?: RackPhysicalProperties | null
[src]

Information about the physical and logistical details for the rack at this site. For more information about hardware requirements for racks, see Network readiness checklist in the Amazon Web Services Outposts User Guide.

§
ShippingAddress?: Address | null
[src]

The location to ship the hardware. This address might be different from the operating address.

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

The tags to apply to a site.