Detector Model Action Args
data class DetectorModelActionArgs(val clearTimer: Output<DetectorModelClearTimerArgs>? = null, val dynamoDBv2: Output<DetectorModelDynamoDBv2Args>? = null, val dynamoDb: Output<DetectorModelDynamoDbArgs>? = null, val firehose: Output<DetectorModelFirehoseArgs>? = null, val iotEvents: Output<DetectorModelIotEventsArgs>? = null, val iotSiteWise: Output<DetectorModelIotSiteWiseArgs>? = null, val iotTopicPublish: Output<DetectorModelIotTopicPublishArgs>? = null, val lambda: Output<DetectorModelLambdaArgs>? = null, val resetTimer: Output<DetectorModelResetTimerArgs>? = null, val setTimer: Output<DetectorModelSetTimerArgs>? = null, val setVariable: Output<DetectorModelSetVariableArgs>? = null, val sns: Output<DetectorModelSnsArgs>? = null, val sqs: Output<DetectorModelSqsArgs>? = null) : ConvertibleToJava<DetectorModelActionArgs>
The actions to be performed.
Constructors
Link copied to clipboard
fun DetectorModelActionArgs(clearTimer: Output<DetectorModelClearTimerArgs>? = null, dynamoDBv2: Output<DetectorModelDynamoDBv2Args>? = null, dynamoDb: Output<DetectorModelDynamoDbArgs>? = null, firehose: Output<DetectorModelFirehoseArgs>? = null, iotEvents: Output<DetectorModelIotEventsArgs>? = null, iotSiteWise: Output<DetectorModelIotSiteWiseArgs>? = null, iotTopicPublish: Output<DetectorModelIotTopicPublishArgs>? = null, lambda: Output<DetectorModelLambdaArgs>? = null, resetTimer: Output<DetectorModelResetTimerArgs>? = null, setTimer: Output<DetectorModelSetTimerArgs>? = null, setVariable: Output<DetectorModelSetVariableArgs>? = null, sns: Output<DetectorModelSnsArgs>? = null, sqs: Output<DetectorModelSqsArgs>? = null)