Name | Type | Description |
---|---|---|
Queue URL | String | URL of the SQS Queue |
AWS Region | String | AWS Region of the SQS Queue |
Delete Messages After Read | Boolean | If Enabled, messages will be deleted from the SQS Queue after being read. If Disabled, messages are left in the queue and can be read more than once. WARNING: Enabling this option can result in data loss in cases of failure, use with caution, see documentation for more detail. |
Max Batch Size | Integer | Max amount of messages to get in one batch (10 max) |
Max Wait Time | Integer | Max amount of time in seconds to wait for messages in a single poll (20 max) |
Message Attributes To Return | String | Comma separated list of Mesage Attribute names to return |
Message Visibility Timeout | Integer | Modify the Visibility Timeout of the individual message from the Queue's default (seconds). |
AWS IAM Access Key ID | String | The Access Key ID of the AWS IAM Role to use for pulling messages |
AWS IAM Secret Key | String | The Secret Key of the AWS IAM Role to use for pulling messages |