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
fun DetectorModelIotEvents(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