You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing NodeLogPublishingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  fabric: {
    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

#fabricTypes::NodeFabricLogPublishingConfiguration

Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.

Returns:

  • (Types::NodeFabricLogPublishingConfiguration)

    Configuration properties for logging events associated with a node that is owned by a member of a Managed Blockchain network using the Hyperledger Fabric framework.