| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.ManagedBlockChain.Types.NodeFabricLogPublishingConfiguration
Description
Synopsis
- data NodeFabricLogPublishingConfiguration = NodeFabricLogPublishingConfiguration' {}
 - newNodeFabricLogPublishingConfiguration :: NodeFabricLogPublishingConfiguration
 - nodeFabricLogPublishingConfiguration_chaincodeLogs :: Lens' NodeFabricLogPublishingConfiguration (Maybe LogConfigurations)
 - nodeFabricLogPublishingConfiguration_peerLogs :: Lens' NodeFabricLogPublishingConfiguration (Maybe LogConfigurations)
 
Documentation
data NodeFabricLogPublishingConfiguration Source #
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
See: newNodeFabricLogPublishingConfiguration smart constructor.
Constructors
| NodeFabricLogPublishingConfiguration' | |
Fields 
  | |
Instances
newNodeFabricLogPublishingConfiguration :: NodeFabricLogPublishingConfiguration Source #
Create a value of NodeFabricLogPublishingConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:chaincodeLogs:NodeFabricLogPublishingConfiguration', nodeFabricLogPublishingConfiguration_chaincodeLogs - Configuration properties for logging events associated with chaincode
 execution on a peer node. Chaincode logs contain the results of
 instantiating, invoking, and querying the chaincode. A peer can run
 multiple instances of chaincode. When enabled, a log stream is created
 for all chaincodes, with an individual log stream for each chaincode.
$sel:peerLogs:NodeFabricLogPublishingConfiguration', nodeFabricLogPublishingConfiguration_peerLogs - Configuration properties for a peer node log. Peer node logs contain
 messages generated when your client submits transaction proposals to
 peer nodes, requests to join channels, enrolls an admin peer, and lists
 the chaincode instances on a peer node.
nodeFabricLogPublishingConfiguration_chaincodeLogs :: Lens' NodeFabricLogPublishingConfiguration (Maybe LogConfigurations) Source #
Configuration properties for logging events associated with chaincode execution on a peer node. Chaincode logs contain the results of instantiating, invoking, and querying the chaincode. A peer can run multiple instances of chaincode. When enabled, a log stream is created for all chaincodes, with an individual log stream for each chaincode.
nodeFabricLogPublishingConfiguration_peerLogs :: Lens' NodeFabricLogPublishingConfiguration (Maybe LogConfigurations) Source #
Configuration properties for a peer node log. Peer node logs contain messages generated when your client submits transaction proposals to peer nodes, requests to join channels, enrolls an admin peer, and lists the chaincode instances on a peer node.