Values.NodeConfigurationSourceConfiguration properties of a node.
type nonrec t = {instanceType : InstanceTypeString.t;The Amazon Managed Blockchain instance type for the node.
*)availabilityZone : AvailabilityZoneString.t option;The Availability Zone in which the node exists. Required for Ethereum nodes.
*)logPublishingConfiguration : NodeLogPublishingConfiguration.t option;Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
*)stateDB : StateDBType.t option;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.
*)}val make :
?availabilityZone:??? ->
?logPublishingConfiguration:??? ->
?stateDB:??? ->
instanceType:InstanceTypeString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of InstanceTypeString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of Enabled.t ]) list ])
list ])
list ])
list ])
list ]