LogLevel

LogLevel schema from Amazon Step Functions API

OrchestrationServerlessState MachineWorkflow
View JSON Schema on GitHub

JSON Schema

amazon-step-functions-log-level-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-schema/amazon-step-functions-log-level-schema.json",
  "title": "LogLevel",
  "description": "LogLevel schema from Amazon Step Functions API",
  "type": "string",
  "enum": [
    "ALL",
    "ERROR",
    "FATAL",
    "OFF"
  ]
}