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

SitePlan

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

Information about a site plan.

interface SitePlan {
options?: NameValuePair[] | null;
resourceDefinitions?: NetworkResourceDefinition[] | null;
}

§Properties

§
options?: NameValuePair[] | null
[src]

The options of the plan.

§
resourceDefinitions?: NetworkResourceDefinition[] | null
[src]

The resource definitions of the plan.