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>

An action to be performed when the `condition` is TRUE.

Constructors

Link copied to clipboard
constructor(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)

Properties

Link copied to clipboard

Information needed to clear the timer.

Link copied to clipboard
val dynamoDb: Output<DetectorModelDynamoDbArgs>? = null

Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can customize the payload. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. For more information, see Actions in Developer Guide.

Link copied to clipboard

Writes to the DynamoDB table that you created. The default action payload contains all attribute-value pairs that have the information about the detector model instance and the event that triggered the action. You can customize the payload. A separate column of the DynamoDB table receives one attribute-value pair in the payload that you specify. For more information, see Actions in Developer Guide.

Link copied to clipboard
val firehose: Output<DetectorModelFirehoseArgs>? = null

Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.

Link copied to clipboard

Sends ITE input, which passes information about the detector model instance and the event that triggered the action.

Link copied to clipboard

Sends information about the detector model instance and the event that triggered the action to an asset property in ITSW .

Link copied to clipboard

Publishes an MQTT message with the given topic to the IoT message broker.

Link copied to clipboard
val lambda: Output<DetectorModelLambdaArgs>? = null

Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.

Link copied to clipboard

Information needed to reset the timer.

Link copied to clipboard
val setTimer: Output<DetectorModelSetTimerArgs>? = null

Information needed to set the timer.

Link copied to clipboard

Sets a variable to a specified value.

Link copied to clipboard
val sns: Output<DetectorModelSnsArgs>? = null

Sends an Amazon SNS message.

Link copied to clipboard
val sqs: Output<DetectorModelSqsArgs>? = null

Sends an Amazon SNS message.

Functions

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