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

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

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

Overview

Note:

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

{
  ca_logs: {
    cloudwatch: {
      enabled: false,
    },
  },
}

Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.

Returned by:

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.

Returns:

  • (Types::LogConfigurations)

    Configuration properties for logging events associated with a member\'s Certificate Authority (CA).