Amazon IoT Events · Example Payload

Iot Events Transition Event Example

Event DetectionIoTState MachineAutomation

Iot Events Transition Event Example is an example object payload from Amazon IoT Events, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

eventNameconditionactionsnextState

Example Payload

Raw ↑
{
  "eventName": "example-resource",
  "condition": "example-value",
  "actions": "example-value",
  "nextState": "example-value"
}