Class: Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::NodeLogPublishingConfiguration
- Defined in:
- gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb
Overview
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,
},
},
},
}
Configuration properties for logging events associated with a peer node on a Hyperledger Fabric network on Managed Blockchain.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#fabric ⇒ 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.
Instance Attribute Details
#fabric ⇒ 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.
2014 2015 2016 2017 2018 |
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 2014 class NodeLogPublishingConfiguration < Struct.new( :fabric) SENSITIVE = [] include Aws::Structure end |