Module Values.MemberFabricLogPublishingConfigurationSource

Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.

Sourcetype nonrec t = {
  1. caLogs : LogConfigurations.t option;
    (*

    Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.

    *)
}
Sourceval make : ?caLogs:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Structure of (string * [> `Boolean of Enabled.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t