DetectorModelActionArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): DetectorModelActionArgs

Properties

Link copied to clipboard
Link copied to clipboard
val dynamoDb: Output<DetectorModelDynamoDbArgs>? = null
Link copied to clipboard
Link copied to clipboard
val firehose: Output<DetectorModelFirehoseArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val lambda: Output<DetectorModelLambdaArgs>? = null
Link copied to clipboard
Link copied to clipboard
val setTimer: Output<DetectorModelSetTimerArgs>? = null
Link copied to clipboard
Link copied to clipboard
val sns: Output<DetectorModelSnsArgs>? = null
Link copied to clipboard
val sqs: Output<DetectorModelSqsArgs>? = null