NodeConfiguration

Configuration properties of a node.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

The Amazon Managed Blockchain instance type for the node.

Link copied to clipboard

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

Link copied to clipboard

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.

Functions

Link copied to clipboard
inline fun copy(block: NodeConfiguration.Builder.() -> Unit = {}): NodeConfiguration
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String