AlarmModelIotEvents

data class AlarmModelIotEvents(val inputName: String, val payload: AlarmModelPayload? = null)

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

Constructors

Link copied to clipboard
fun AlarmModelIotEvents(inputName: String, payload: AlarmModelPayload? = 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