Action

class Action

An action to be performed when the condition is TRUE.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Information needed to clear the timer.

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. One column of the DynamoDB table receives all attribute-value pairs in the payload that you specify. For more information, see Actions in AWS IoT Events 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 AWS IoT Events Developer Guide.

Link copied to clipboard

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 AWS IoT Events 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 AWS IoT SiteWise .

Link copied to clipboard

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

Link copied to clipboard

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

Information needed to set the timer.

Link copied to clipboard

Sets a variable to a specified value.

Link copied to clipboard

Sends an Amazon SNS message.

Link copied to clipboard

Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.

Functions

Link copied to clipboard
inline fun copy(block: Action.Builder.() -> Unit = {}): Action
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String