Values.UpdateNodeInputSourceUpdates a node configuration with new parameters. Applies only to Hyperledger Fabric.
type nonrec t = {networkId : ResourceIdString.t;The unique identifier of the network that the node is on.
*)memberId : ResourceIdString.t option;The unique identifier of the member that owns the node. Applies only to Hyperledger Fabric.
*)nodeId : ResourceIdString.t;The unique identifier of the node.
*)logPublishingConfiguration : NodeLogPublishingConfiguration.t option;Configuration properties for publishing to Amazon CloudWatch Logs.
*)}val make :
?memberId:??? ->
?logPublishingConfiguration:??? ->
networkId:ResourceIdString.t ->
nodeId:ResourceIdString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ResourceIdString.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Boolean of Enabled.t ]) list ])
list ])
list ])
list ])
list ]