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

CreateGlobalNetworkRequest

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

§Properties

§
Description?: string | null
[src]

A description of the global network.

Constraints: Maximum length of 256 characters.

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

The tags to apply to the resource during creation.