Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Member Fabric Log Publishing Configuration Structure

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

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

MemberFabricLogPublishingConfiguration is a JSON Structure definition published by Amazon Managed Blockchain, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CaLogs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-blockchain/refs/heads/main/json-structure/amazon-managed-blockchain-member-fabric-log-publishing-configuration-structure.json",
  "name": "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."
        }
      ]
    }
  }
}