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

CreateCoreNetworkRequest

import type { CreateCoreNetworkRequest } from "https://aws-api.deno.dev/v0.4/services/networkmanager.ts?docs=full";
interface CreateCoreNetworkRequest {
ClientToken?: string | null;
Description?: string | null;
GlobalNetworkId: string;
PolicyDocument?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ClientToken?: string | null
[src]

The client token associated with a core network request.

§
Description?: string | null
[src]

The description of a core network.

§
GlobalNetworkId: string
[src]

The ID of the global network that a core network will be a part of.

§
PolicyDocument?: string | null
[src]

The policy document for creating a core network.

§
Tags?: Tag[] | null
[src]

Key-value tags associated with a core network request.