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

CreateNetworkRequest

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

§Properties

§
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 network.

§
networkName: string
[src]

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

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

The tags to apply to the network.