Class: Aws::ManagedBlockchain::Types::NodeFabricLogPublishingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb

Overview

Configuration properties for logging events associated with a peer node owned by a member in a Managed Blockchain network.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#chaincode_logsTypes::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.



2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2217

class NodeFabricLogPublishingConfiguration < Struct.new(
  :chaincode_logs,
  :peer_logs)
  SENSITIVE = []
  include Aws::Structure
end

#peer_logsTypes::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.



2217
2218
2219
2220
2221
2222
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2217

class NodeFabricLogPublishingConfiguration < Struct.new(
  :chaincode_logs,
  :peer_logs)
  SENSITIVE = []
  include Aws::Structure
end