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

NetworkSummary

import type { NetworkSummary } from "https://aws-api.deno.dev/v0.3/services/managedblockchain.ts?docs=full";

A summary of network configuration properties.

interface NetworkSummary {
Arn?: string | null;
CreationDate?: Date | number | null;
Description?: string | null;
Framework?: Framework | null;
FrameworkVersion?: string | null;
Id?: string | null;
Name?: string | null;
Status?: NetworkStatus | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the network. For more information about ARNs and their format, see Amazon Resource Names (ARNs) in the AWS General Reference.

§
CreationDate?: Date | number | null
[src]

The date and time that the network was created.

§
Description?: string | null
[src]

An optional description of the network.

§
Framework?: Framework | null
[src]

The blockchain framework that the network uses.

§
FrameworkVersion?: string | null
[src]

The version of the blockchain framework that the network uses.

§
Id?: string | null
[src]

The unique identifier of the network.

§
Name?: string | null
[src]

The name of the network.

§
Status?: NetworkStatus | null
[src]

The current status of the network.