v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1426220141.8 KB

Creates a detector model.

post/detector-models

Request body

detectorModelNamestring required

The name of the detector model.

detectorModelDescriptionstring

A brief description of the detector model.

keystring

The input attribute key used to identify a device or system to create a detector (an instance of the detector model) and then to route each input received to the appropriate detector (instance). This parameter uses a JSON-path expression in the message payload of each input to specify the attribute-value pair that is used to identify the device associated with the input.

roleArnstring required

The ARN of the role that grants permission to AWS IoT Events to perform its operations.

evaluationMethod'BATCH' | 'SERIAL'

Information about the order in which events are evaluated and how actions are executed.

Response

Success