You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::NodeConfigurationWhen 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 collapseThe Availability Zone in which the node exists.
The Amazon Managed Blockchain instance type for the node.
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
The state database that the node uses.
The Availability Zone in which the node exists.
#instance_type ⇒ StringThe Amazon Managed Blockchain instance type for the node.
#log_publishing_configuration ⇒ Types::NodeLogPublishingConfigurationConfiguration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
#state_db ⇒ StringThe 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