Amazon IoT Events · Schema

AlarmAction

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

AWSEvent DetectionIoTState MachineAutomation

Properties

Name Type Description
sns object Information required to publish the Amazon SNS message.
iotTopicPublish object Information required to publish the MQTT message through the AWS IoT message broker.
lambda object Calls a Lambda function, passing in information about the detector model instance and the event that triggered the action.
iotEvents object Sends an AWS IoT Events input, passing in information about the detector model instance and the event that triggered the action.
sqs object Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
firehose object Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
dynamoDB object

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

dynamoDBv2 object

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

iotSiteWise object

Sends information about the detector model instance and the event that triggered the action to a specified asset property in AWS IoT SiteWise.

You must use expressions for all parameters in

View JSON Schema on GitHub