class Aws::IoTEvents::Types::SqsAction
Sends information about the detector model instance and the event that triggered the action to an Amazon SQS queue.
@note When making an API call, you may pass SqsAction
data as a hash: { queue_url: "QueueUrl", # required use_base_64: false, payload: { content_expression: "ContentExpression", # required type: "STRING", # required, accepts STRING, JSON }, }
@!attribute [rw] queue_url
The URL of the SQS queue where the data is written. @return [String]
@!attribute [rw] use_base_64
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. @return [Boolean]
@!attribute [rw] payload
You can configure the action payload when you send a message to an Amazon SQS queue. @return [Types::Payload]
Constants
- SENSITIVE