DetectorModelIotEvents

data class DetectorModelIotEvents(val inputName: String, val payload: DetectorModelPayload? = null)

Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.

Constructors

Link copied to clipboard
constructor(inputName: String, payload: DetectorModelPayload? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the AWS IoT Events input where the data is sent.

Link copied to clipboard

You can configure the action payload when you send a message to an AWS IoT Events input.