A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/ManagedBlockchain/Types/NodeConfiguration.html below:

NodeConfiguration — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::NodeConfiguration
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When passing NodeConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  instance_type: "InstanceTypeString",   availability_zone: "AvailabilityZoneString",   log_publishing_configuration: {
    fabric: {
      chaincode_logs: {
        cloudwatch: {
          enabled: false,
        },
      },
      peer_logs: {
        cloudwatch: {
          enabled: false,
        },
      },
    },
  },
  state_db: "LevelDB", }

Configuration properties of a peer node.

Returned by:

Instance Attribute Summary collapse Instance Attribute Details #availability_zone ⇒ String

The Availability Zone in which the node exists.

#instance_type ⇒ String

The Amazon Managed Blockchain instance type for the node.

#log_publishing_configurationTypes::NodeLogPublishingConfiguration

Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.

#state_db ⇒ String

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.

Possible values:


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4