Amazon MediaLive · JSON Structure

Medialive Api Log Level Structure

The log level the user wants for their channel.

Type: string Properties: 0
BroadcastingMedia ProcessingMedia

LogLevel is a JSON Structure definition published by Amazon MediaLive. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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-medialive/refs/heads/main/json-structure/medialive-api-log-level-structure.json",
  "name": "LogLevel",
  "type": "string",
  "description": "The log level the user wants for their channel.",
  "enum": [
    "ERROR",
    "WARNING",
    "INFO",
    "DEBUG",
    "DISABLED"
  ]
}