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

CreateSiteRequest

import type { CreateSiteRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateSiteRequest {
Description?: string | null;
GlobalNetworkId: string;
Location?: Location | null;
Tags?: Tag[] | null;
}

§Properties

§
Description?: string | null
[src]

A description of your site.

Constraints: Maximum length of 256 characters.

§
GlobalNetworkId: string
[src]

The ID of the global network.

§
Location?: Location | null
[src]

The site location. This information is used for visualization in the Network Manager console. If you specify the address, the latitude and longitude are automatically calculated.

  • Address: The physical address of the site.
  • Latitude: The latitude of the site.
  • Longitude: The longitude of the site.
§
Tags?: Tag[] | null
[src]

The tags to apply to the resource during creation.