Amazon Step Functions · JSON Structure

Amazon Step Functions Log Level Structure

LogLevel schema from Amazon Step Functions API

Type: string Properties: 0
OrchestrationServerlessState MachineWorkflow

LogLevel is a JSON Structure definition published by Amazon Step Functions. 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 ↑
{
  "type": "string",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-step-functions/refs/heads/main/json-structure/amazon-step-functions-log-level-structure.json",
  "name": "LogLevel",
  "description": "LogLevel schema from Amazon Step Functions API",
  "enum": [
    "ALL",
    "ERROR",
    "FATAL",
    "OFF"
  ]
}