AWS::IoTEvents::DetectorModel 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:
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