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

NodeConfiguration

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

Configuration properties of a node.

interface NodeConfiguration {
AvailabilityZone?: string | null;
InstanceType: string;
LogPublishingConfiguration?: NodeLogPublishingConfiguration | null;
StateDB?: StateDBType | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone in which the node exists. Required for Ethereum nodes.

§
InstanceType: string
[src]

The Amazon Managed Blockchain instance type for the node.

§
LogPublishingConfiguration?: NodeLogPublishingConfiguration | null
[src]

Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.

§
StateDB?: StateDBType | null
[src]

The state database that the node uses. Values are LevelDB or CouchDB. When using an Amazon Managed Blockchain network with Hyperledger Fabric version 1.4 or later, the default is CouchDB.

Applies only to Hyperledger Fabric.