LogConfiguration

A configuration for logging events.

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
Enabled object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-log-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-log-configuration-schema.json",
  "title": "LogConfiguration",
  "description": "A configuration for logging events.",
  "type": "object",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Enabled"
        },
        {
          "description": "Indicates whether logging is enabled."
        }
      ]
    }
  }
}