Amazon IoT Events · Example Payload

Iot Events Detector Model Version Summary Example

Event DetectionIoTState MachineAutomation

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

Top-level fields

detectorModelNamedetectorModelVersiondetectorModelArnroleArncreationTimelastUpdateTimestatusevaluationMethod

Example Payload

Raw ↑
{
  "detectorModelName": "example-resource",
  "detectorModelVersion": "example-value",
  "detectorModelArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "roleArn": "arn:aws:iot:us-east-1:123456789012:thing/example",
  "creationTime": "2025-03-15T14:30:00Z",
  "lastUpdateTime": "2025-03-15T14:30:00Z",
  "status": "ACTIVE",
  "evaluationMethod": "example-value"
}