Amazon MSK · JSON Structure

Msk Api Cloud Watch Logs Structure

CloudWatchLogs schema from Amazon MSK API

Type: object Properties: 2 Required: 1
BroadcastingMedia ProcessingMedia

CloudWatchLogs is a JSON Structure definition published by Amazon MSK, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Enabled LogGroup

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-cloud-watch-logs-structure.json",
  "name": "CloudWatchLogs",
  "type": "object",
  "description": "CloudWatchLogs schema from Amazon MSK API",
  "properties": {
    "Enabled": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__boolean"
        },
        {
          "xml": {
            "name": "enabled"
          }
        }
      ]
    },
    "LogGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/__string"
        },
        {
          "xml": {
            "name": "logGroup"
          }
        }
      ]
    }
  },
  "required": [
    "Enabled"
  ]
}