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

Class: Aws::ManagedBlockchain::Types::MemberLogPublishingConfiguration

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

Overview

Note:

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

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

Configuration properties for logging events associated with a member of a Managed Blockchain network.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#fabricTypes::MemberFabricLogPublishingConfiguration

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

Returns: