FME Flow: 2024.2
Amazon SNS Topic
The Amazon SNS (Simple Notification Service) trigger receives messages from Amazon SNS topics.
The Amazon SNS trigger has two output ports. The success port (✔) can send a message if the trigger polls successfully. The failure port (x) can send a message if the trigger fails to poll.
Requirements
To use the Amazon SNS trigger, you need:
- An Amazon Web Services (AWS) account.
- Permission to subscribe to the Amazon SNS topic that you wish to receive messages from.
- The Subscription ID that is generated after Configuring the Subscription in AWS. This information is available in the AWS Management Console, in the “My Subscriptions” pane.
Note For more information about Amazon SNS, see the Amazon SNS Getting Started Guide.
Parameters
Note See also Working with Parameters in Automations Workflows.
Provide the Subscription ARN (ID) generated after Configuring the Subscription in AWS. This information is available in the AWS Management Console, in the “My Subscriptions” pane.
Output Attributes
See Also
Attribute | Description |
---|---|
time | Event time |
source | Event type |
error.type |
(Failure port only) Error type:
|
error.message | (Failure port only) Error message |
message | (Success port only) Message content |
sns.subject | (Success port only) Message subject |