Class: Aws::ManagedBlockchain::Types::MemberFabricLogPublishingConfiguration

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 member of a Managed Blockchain network using the Hyperledger Fabric framework.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#ca_logsTypes::LogConfigurations

Configuration properties for logging events associated with a member's Certificate Authority (CA). CA logs help you determine when a member in your account joins the network, or when new peers register with a member CA.



1573
1574
1575
1576
1577
# File 'gems/aws-sdk-managedblockchain/lib/aws-sdk-managedblockchain/types.rb', line 1573

class MemberFabricLogPublishingConfiguration < Struct.new(
  :ca_logs)
  SENSITIVE = []
  include Aws::Structure
end