Class: Aws::ManagedBlockchain::Types::MemberFabricLogPublishingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedBlockchain::Types::MemberFabricLogPublishingConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#ca_logs ⇒ Types::LogConfigurations
Configuration properties for logging events associated with a member’s Certificate Authority (CA).
Instance Attribute Details
#ca_logs ⇒ Types::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.
1576 1577 1578 1579 1580 |
# File 'lib/aws-sdk-managedblockchain/types.rb', line 1576 class MemberFabricLogPublishingConfiguration < Struct.new( :ca_logs) SENSITIVE = [] include Aws::Structure end |