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:

  1. An Amazon Web Services (AWS) account.
  2. Permission to subscribe to the Amazon SNS topic that you wish to receive messages from.
  3. 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

Provide the Subscription 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:

  • InvalidMessage: An error occurred while configuring this component, such as missing or malformed values.
  • DeadLetter: An error occured while connecting to an external resource. Examples may include connection issues, invalid credentials, or generic external resource exceptions.
error.message (Failure port only) Error message
message (Success port only) Message content
sns.subject (Success port only) Message subject