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

GlobalNetwork

import type { GlobalNetwork } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/networkmanager.ts";
interface GlobalNetwork {
CreatedAt?: Date | number | null;
Description?: string | null;
GlobalNetworkArn?: string | null;
GlobalNetworkId?: string | null;
State?: GlobalNetworkState | null;
Tags?: Tag[] | null;
}

§Properties

§
CreatedAt?: Date | number | null
[src]
§
Description?: string | null
[src]
§
GlobalNetworkArn?: string | null
[src]
§
GlobalNetworkId?: string | null
[src]
§
Tags?: Tag[] | null
[src]