AWS Step Functions · Schema

LogLevel

iPaaSOrchestrationServerless
View JSON Schema on GitHub

JSON Schema

step-functions-loglevel-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "LogLevel",
  "type": "string",
  "enum": [
    "ALL",
    "ERROR",
    "FATAL",
    "OFF"
  ]
}