Amazon MediaLive · Schema

LogLevel

The log level the user wants for their channel.

BroadcastingMedia ProcessingMedia
View JSON Schema on GitHub

JSON Schema

medialive-api-log-level-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-medialive/refs/heads/main/json-schema/medialive-api-log-level-schema.json",
  "title": "LogLevel",
  "description": "The log level the user wants for their channel.",
  "type": "string",
  "enum": [
    "ERROR",
    "WARNING",
    "INFO",
    "DEBUG",
    "DISABLED"
  ]
}