You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ManagedBlockchain::Types::NodeFabricLogPublishingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NodeFabricLogPublishingConfiguration
- Defined in:
- (unknown)
Overview
When passing NodeFabricLogPublishingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
chaincode_logs: {
cloudwatch: {
enabled: false,
},
},
peer_logs: {
cloudwatch: {
enabled: false,
},
},
}
Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.
Returned by:
Instance Attribute Summary collapse
-
#chaincode_logs ⇒ Types::LogConfigurations
Configuration properties for logging events associated with chaincode execution on a peer node.
-
#peer_logs ⇒ Types::LogConfigurations
Configuration properties for a peer node log.
Instance Attribute Details
#chaincode_logs ⇒ Types::LogConfigurations
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.
#peer_logs ⇒ Types::LogConfigurations
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.