MemberFabricLogPublishingConfiguration

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

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
CaLogs object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-member-fabric-log-publishing-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-schema/amazon-managed-blockchain-member-fabric-log-publishing-configuration-schema.json",
  "title": "MemberFabricLogPublishingConfiguration",
  "description": "Configuration properties for logging events associated with a member of a Managed Blockchain network using the Hyperledger Fabric framework.",
  "type": "object",
  "properties": {
    "CaLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogConfigurations"
        },
        {
          "description": "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."
        }
      ]
    }
  }
}