AWS SQS
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
Field | Type | Description | Required |
---|---|---|---|
queue | string | The AWS SQS queue name that data is sent to. | Yes |
Updated over 2 years ago