AWS SNS
AWS SNS sinks data as messages to an AWS SNS topic.
The sink enforces these ingest restrictions for the SNS 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 |
---|---|---|---|
arn | string | The ARN of the AWS SNS topic that data is sent to. | Yes |
Updated over 2 years ago