Values.UpdateMemberInputSourceUpdates a member configuration with new parameters. Applies only to Hyperledger Fabric.
type nonrec t = {networkId : ResourceIdString.t;The unique identifier of the Managed Blockchain network to which the member belongs.
*)memberId : ResourceIdString.t;The unique identifier of the member.
*)logPublishingConfiguration : MemberLogPublishingConfiguration.t option;Configuration properties for publishing to Amazon CloudWatch Logs.
*)}val make :
?logPublishingConfiguration:??? ->
networkId:ResourceIdString.t ->
memberId: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 ]