Detector Model Iot Events Args
data class DetectorModelIotEventsArgs(val inputName: Output<String>, val payload: Output<DetectorModelPayloadArgs>? = null) : ConvertibleToJava<DetectorModelIotEventsArgs>
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 DetectorModelIotEventsArgs(inputName: Output<String>, payload: Output<DetectorModelPayloadArgs>? = null)