Node

class Node

Configuration properties of a node.

Types

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

Properties

Link copied to clipboard
val arn: String?

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.

Link copied to clipboard

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

Link copied to clipboard

The date and time that the node was created.

Link copied to clipboard

Attributes of the blockchain framework being used.

Link copied to clipboard
val id: String?

The unique identifier of the node.

Link copied to clipboard

The instance type of the node.

Link copied to clipboard

The Amazon Resource Name (ARN) of the customer managed key in Key Management Service (KMS) that the node uses for encryption at rest. If the value of this parameter is "AWS Owned KMS Key", the node uses an Amazon Web Services owned KMS key for encryption. The node inherits this parameter from the member that it belongs to.

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 unique identifier of the member to which the node belongs.

Link copied to clipboard

The unique identifier of the network that the node is on.

Link copied to clipboard

The state database that the node uses. Values are LevelDB or CouchDB.

Link copied to clipboard

The status of the node.

Link copied to clipboard

Tags assigned to the node. Each tag consists of a key and optional value.

Functions

Link copied to clipboard
inline fun copy(block: Node.Builder.() -> Unit = {}): Node
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