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 500 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