Alarm Model Alarm Action Args
Specifies one of the following actions to receive notifications when the alarm state changes.
Constructors
Properties
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. You must use expressions for all parameters in `DynamoDBAction`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
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. You must use expressions for all parameters in `DynamoDBv2Action`
. The expressions accept literals, operators, functions, references, and substitution templates. Examples
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Sends an ITE input, passing in information about the detector model instance and the event that triggered the action.
Sends information about the detector model instance and the event that triggered the action to a specified asset property in ITSW. You must use expressions for all parameters in `IotSiteWiseAction`
. The expressions accept literals, operators, functions, references, and substitutions templates. Examples
Information required to publish the MQTT message through the IoT message broker.
Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
Information required to publish the Amazon SNS message.
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.