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

NodeSummary

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

A summary of configuration properties for a node.

interface NodeSummary {
Arn?: string | null;
AvailabilityZone?: string | null;
CreationDate?: Date | number | null;
Id?: string | null;
InstanceType?: string | null;
Status?: NodeStatus | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
AvailabilityZone?: string | null
[src]

The Availability Zone in which the node exists.

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

The date and time that the node was created.

§
Id?: string | null
[src]

The unique identifier of the node.

§
InstanceType?: string | null
[src]

The EC2 instance type for the node.

§
Status?: NodeStatus | null
[src]

The status of the node.