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
show all
Defined in:
(unknown)

Overview

Note:

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

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.

Returns:

  • (Types::LogConfigurations)

    Configuration properties for logging events associated with chaincode execution on a peer node.

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

Returns: