AlarmAction

Specifies one of the following actions to receive notifications when the alarm state changes.

Types

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

Properties

Link copied to clipboard

Defines an action to write to the Amazon DynamoDB table that you created. The standard action payload contains all 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.

Link copied to clipboard

Defines an action to write to the Amazon DynamoDB table that you created. The default action payload contains all 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.

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 an AWS IoT Events input, passing in 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 a specified asset property in AWS IoT SiteWise.

Link copied to clipboard

Information required to publish the MQTT message through 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 required to publish the 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: AlarmAction.Builder.() -> Unit = {}): AlarmAction
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