Amazon Managed Blockchain · JSON Structure

Amazon Managed Blockchain Log Configurations Structure

A collection of log configurations.

Type: object Properties: 1
BlockchainDistributed LedgerHyperledger FabricEthereum

LogConfigurations 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

Cloudwatch

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-configurations-structure.json",
  "name": "LogConfigurations",
  "description": "A collection of log configurations.",
  "type": "object",
  "properties": {
    "Cloudwatch": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogConfiguration"
        },
        {
          "description": "Parameters for publishing logs to Amazon CloudWatch Logs."
        }
      ]
    }
  }
}