LogConfigurations

A collection of log configurations.

BlockchainDistributed LedgerHyperledger FabricEthereum

Properties

Name Type Description
Cloudwatch object
View JSON Schema on GitHub

JSON Schema

amazon-managed-blockchain-log-configurations-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-configurations-schema.json",
  "title": "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."
        }
      ]
    }
  }
}