Name | Type | Description |
---|---|---|
Queue URL | String | URL of the SQS Queue |
AWS Region | String | AWS Region of the SQS Queue |
Message Delay | Integer | Modify the Message Delay 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 sending messages |
AWS IAM Secret Key | String | The Secret Key of the AWS IAM Role to use for sending messages |
Message Body Key | String | Use this property to extract the contents of the named key in the input record to use as the SQS message body. If not set, the entire content of the input record data is used as the message body. |
Message Group Id | String | The tag that specifies that a message belongs to a specific message group. This parameter applies only to, and is REQUIRED by, FIFO queues. |