Description:

Sends the content of a FlowFile as a notification to the Amazon Simple Notification Service

Tags:

amazon, aws, sns, topic, put, publish, pubsub

Properties:

In the list below, the names of required properties appear in bold. Any other properties (not in bold) are considered optional. The table also indicates any default values, whether a property supports the NiFi Expression Language, and whether a property is considered "sensitive", meaning that its value will be encrypted. Before entering a value in a sensitive property, ensure that the nifi.properties file has an entry for the property nifi.sensitive.props.key.

NameDefault ValueAllowable ValuesDescription
Amazon Resource Name (ARN)The name of the resource to which notifications should be published
Supports Expression Language: true
ARN TypeTopic ARN
  • Topic ARN The ARN is the name of a topic
  • Target ARN The ARN is the name of a particular Target, used to notify a specific subscriber
The type of Amazon Resource Name that is being used.
E-mail SubjectThe optional subject to use for any subscribers that are subscribed via E-mail
Supports Expression Language: true
Regionus-west-2
  • us-gov-west-1 us-gov-west-1
  • us-east-1 us-east-1
  • us-west-1 us-west-1
  • us-west-2 us-west-2
  • eu-west-1 eu-west-1
  • eu-central-1 eu-central-1
  • ap-southeast-1 ap-southeast-1
  • ap-southeast-2 ap-southeast-2
  • ap-northeast-1 ap-northeast-1
  • sa-east-1 sa-east-1
  • cn-north-1 cn-north-1
No Description Provided.
Access KeyNo Description Provided.
Sensitive Property: true
Secret KeyNo Description Provided.
Sensitive Property: true
Credentials FileNo Description Provided.
Communications Timeout30 secsNo Description Provided.
Use JSON Structurefalse
  • true
  • false
If true, the contents of the FlowFile must be JSON with a top-level element named 'default'. Additional elements can be used to send different messages to different protocols. See the Amazon SNS Documentation for more information.
Character SetUTF-8The character set in which the FlowFile's content is encoded
Supports Expression Language: true

Relationships:

NameDescription
failureFlowFiles are routed to failure if unable to be copied to Amazon S3
successFlowFiles are routed to success after being successfully copied to Amazon S3

Reads Attributes:

None specified.

Writes Attributes:

None specified.

See Also:

GetSQS, PutSQS