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

CreateNetworkSiteRequest

import type { CreateNetworkSiteRequest } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";
interface CreateNetworkSiteRequest {
availabilityZone?: string | null;
availabilityZoneId?: string | null;
clientToken?: string | null;
description?: string | null;
networkArn: string;
networkSiteName: string;
pendingPlan?: SitePlan | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
availabilityZone?: string | null
[src]

The Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

§
availabilityZoneId?: string | null
[src]

The ID of the Availability Zone that is the parent of this site. You can't change the Availability Zone after you create the site.

§
clientToken?: string | null
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more information, see How to ensure idempotency.

§
description?: string | null
[src]

The description of the site.

§
networkArn: string
[src]

The Amazon Resource Name (ARN) of the network.

§
networkSiteName: string
[src]

The name of the site. You can't change the name after you create the site.

§
pendingPlan?: SitePlan | null
[src]

Information about the pending plan for this site.

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

The tags to apply to the network site.