url | string | no | no | The URL of the target SQS queue. |
message_group_id | string | yes | no | An optional group ID to set for messages. |
message_deduplication_id | expression | yes | no | An optional deduplication ID to set for messages. |
delay_seconds | string | yes | no | An optional delay time in seconds for message. Value between 0 and 900 |
max_in_flight | int | yes | no | The maximum number of parallel message batches to have in flight at any given time. The value defaults to 64 . |
metadata | metadata | yes | no | Specify criteria for which metadata values are attached to objects as headers. |
region | string | no | no | The AWS region to target. |
endpoint | string | yes | no | Allows you to specify a custom endpoint for the AWS API. The value defaults to ``. |
credentials | credentials | no | no | Optional manual configuration of AWS credentials to use. More information can be found in xref:guides:cloud/aws.adoc[]. |