AWS SQS sinks data as messages to an AWS SQS queue.

The sink enforces these ingest restrictions for the SQS service:

  • Messages cannot be more than 256 KB in size
  • Batches cannot contain more than 10 messages
  • Batches cannot be more than 256 KB in size

Interpretation Methods

The sink supports these interpretation methods:

  • object
  • data

Settings

FieldTypeDescriptionRequired
queuestringThe AWS SQS queue name that data is sent to.Yes