Uploads data to the Amazon Simple Notification Service (SNS).
Only supports database as a source in the extract part of the configuration.
Before you can upload data to Amazon SQS you have to give Workflows access. Follow the steps below:
load:
conn_id: aws_s3
mapping:
Message: MESSAGE
TopicArn: TOPIC_ARN
property | type | mandatory | description |
---|---|---|---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `aws_s3` |
mapping | object | yes | Contains the mappings from the dataset to the service. See below for mapping options. |
mapping | type (in dataset) | mandatory | description |
---|---|---|---|
Message | string | yes | Contains the message. |
TopicArn | object | yes | Contains the TopicArn. Example is arn:aws:sns:eu-west-4:123456789012:onesecondbefore_production |
TargetArn | integer | no | Contains the TargetArn. |
PhoneNumber | object | no | Contains the PhoneNumber. |
Subject | string | no | Contains the Subject. |
MessageStructure | string | no | Contains the MessageStructure. |
MessageDeduplicationId | string | no | Contains the MessageDeduplicationId. |
MessageGroupId | string | no | Contains the MessageGroupId. |
item | description |
---|---|
API | Amazon SNS REST API |
To type | Data upload |