Amazon MSK · JSON Structure

Msk Api Broker Logs Structure

BrokerLogs schema from Amazon MSK API

Type: object Properties: 3
BroadcastingMedia ProcessingMedia

BrokerLogs is a JSON Structure definition published by Amazon MSK, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

CloudWatchLogs Firehose S3

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-msk/refs/heads/main/json-structure/msk-api-broker-logs-structure.json",
  "name": "BrokerLogs",
  "type": "object",
  "description": "BrokerLogs schema from Amazon MSK API",
  "properties": {
    "CloudWatchLogs": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CloudWatchLogs"
        },
        {
          "xml": {
            "name": "cloudWatchLogs"
          }
        }
      ]
    },
    "Firehose": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Firehose"
        },
        {
          "xml": {
            "name": "firehose"
          }
        }
      ]
    },
    "S3": {
      "allOf": [
        {
          "$ref": "#/components/schemas/S3"
        },
        {
          "xml": {
            "name": "s3"
          }
        }
      ]
    }
  }
}