class Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration

Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.

@note When making an API call, you may pass NodeLogPublishingConfiguration

data as a hash:

    {
      fabric: {
        chaincode_logs: {
          cloudwatch: {
            enabled: false,
          },
        },
        peer_logs: {
          cloudwatch: {
            enabled: false,
          },
        },
      },
    }

@!attribute [rw] fabric

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.
@return [Types::NodeFabricLogPublishingConfiguration]

@see docs.aws.amazon.com/goto/WebAPI/managedblockchain-2018-09-24/NodeLogPublishingConfiguration AWS API Documentation

Constants

SENSITIVE