Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Log Configuration Structure

A configuration for logging events.

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

LogConfiguration 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

Enabled

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