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

NetworkResourceDefinition

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

Information about a network resource definition.

interface NetworkResourceDefinition {
count: number;
options?: NameValuePair[] | null;
}

§Properties

§
count: number
[src]

The count in the network resource definition.

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

The options in the network resource definition.

§

The type in the network resource definition.