Amazon IoT Events · Schema

EvaluationMethod

EvaluationMethod schema

Event DetectionIoTState MachineAutomation
View JSON Schema on GitHub

JSON Schema

iot-events-evaluation-method-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-iot-events/refs/heads/main/json-schema/iot-events-evaluation-method-schema.json",
  "title": "EvaluationMethod",
  "description": "EvaluationMethod schema",
  "type": "string",
  "enum": [
    "BATCH",
    "SERIAL"
  ]
}