Amazon IoT Events · Example Payload

Iot Events Action Example

Event DetectionIoTState MachineAutomation

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

Top-level fields

setVariablesnsiotTopicPublishsetTimerclearTimerresetTimerlambdaiotEventssqsfirehosedynamoDBdynamoDBv2iotSiteWise

Example Payload

Raw ↑
{
  "setVariable": "example-value",
  "sns": "example-value",
  "iotTopicPublish": "example-value",
  "setTimer": "2025-03-15T14:30:00Z",
  "clearTimer": "2025-03-15T14:30:00Z",
  "resetTimer": "2025-03-15T14:30:00Z",
  "lambda": "example-value",
  "iotEvents": "example-value",
  "sqs": "example-value",
  "firehose": "example-value",
  "dynamoDB": "example-value",
  "dynamoDBv2": "example-value",
  "iotSiteWise": "example-value"
}