AWS::IoTEvents::AlarmModel Sqs - AWS CloudFormation

AWS::IoTEvents::AlarmModel Sqs

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

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Payload" : Payload, "QueueUrl" : String, "UseBase64" : Boolean }

YAML

Payload: Payload QueueUrl: String UseBase64: Boolean

Properties

Payload

You can configure the action payload when you send a message to an Amazon SQS queue.

Required: No

Type: Payload

Update requires: No interruption

QueueUrl

The URL of the SQS queue where the data is written.

Required: Yes

Type: String

Update requires: No interruption

UseBase64

Set this to TRUE if you want the data to be base-64 encoded before it is written to the queue. Otherwise, set this to FALSE.

Required: No

Type: Boolean

Update requires: No interruption