Amazon Simple Queue Service (SQS)
Required Permissions
DeleteMessage
ReceiveMessage
GetQueueAttributes
DeleteMessageBatch
Connection Attributes
Parameter
Value
awsRegion
AWS Region - location of data centres
awsAccessKey
Unique access key
awsSecret
Generated secret from AWS
queueUrl
URL where the queue resides
Sample JSON
{
"awsRegion": "ca-central-1",
"awsAccessKey": "String",
"awsSecret": "String",
"queueUrl": "String"
}
Topic
Parameter
Value
deleteMessages
If true it deletes the messages from the queue after retrieving them, otherwise will leave them there (generally will want to use 'true')
Sample JSON
{
"deleteMessages": "true",
}
Last updated
Was this helpful?