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

NetworkSite

import type { NetworkSite } from "https://aws-api.deno.dev/v0.4/services/privatenetworks.ts?docs=full";

Information about a network site.

interface NetworkSite {
availabilityZone?: string | null;
availabilityZoneId?: string | null;
createdAt?: Date | number | null;
currentPlan?: SitePlan | null;
description?: string | null;
networkArn: string;
networkSiteArn: string;
networkSiteName: string;
pendingPlan?: SitePlan | null;
statusReason?: string | null;
}

§Properties

§
availabilityZone?: string | null
[src]

The parent Availability Zone for the network site.

§
availabilityZoneId?: string | null
[src]

The parent Availability Zone ID for the network site.

§
createdAt?: Date | number | null
[src]

The creation time of the network site.

§
currentPlan?: SitePlan | null
[src]

The current plan of the network site.

§
description?: string | null
[src]

The description of the network site.

§
networkArn: string
[src]

The Amazon Resource Name (ARN) of the network to which the network site belongs.

§
networkSiteArn: string
[src]

The Amazon Resource Name (ARN) of the network site.

§
networkSiteName: string
[src]

The name of the network site.

§
pendingPlan?: SitePlan | null
[src]

The pending plan of the network site.

§

The status of the network site.

§
statusReason?: string | null
[src]

The status reason of the network site.