Values.CreateNodeInputSourceCreates a node on the specified blockchain network. Applies to Hyperledger Fabric and Ethereum.
type nonrec t = {clientRequestToken : ClientRequestTokenString.t;A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time. This identifier is required only if you make a service request directly using an HTTP client. It is generated automatically if you use an Amazon Web Services SDK or the CLI.
*)networkId : ResourceIdString.t;The unique identifier of the network for the node. Ethereum public networks have the following NetworkIds: n-ethereum-mainnet
*)memberId : ResourceIdString.t option;The unique identifier of the member that owns this node. Applies only to Hyperledger Fabric.
*)nodeConfiguration : NodeConfiguration.t;The properties of a node configuration.
*)}val make :
?memberId:??? ->
?tags:??? ->
clientRequestToken:ClientRequestTokenString.t ->
networkId:ResourceIdString.t ->
nodeConfiguration:NodeConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ClientRequestTokenString.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 ])
list ]