Sends the content of a FlowFile as a notification to the Amazon Simple Notification Service
amazon, aws, sns, topic, put, publish, pubsub
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.
Name | Default Value | Allowable Values | Description |
---|---|---|---|
Amazon Resource Name (ARN) | The name of the resource to which notifications should be published Supports Expression Language: true | ||
ARN Type | Topic ARN |
| The type of Amazon Resource Name that is being used. |
E-mail Subject | The optional subject to use for any subscribers that are subscribed via E-mail Supports Expression Language: true | ||
Region | us-west-2 |
| No Description Provided. |
Access Key | No Description Provided. Sensitive Property: true | ||
Secret Key | No Description Provided. Sensitive Property: true | ||
Credentials File | No Description Provided. | ||
Communications Timeout | 30 secs | No Description Provided. | |
Use JSON Structure | 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 Set | UTF-8 | The character set in which the FlowFile's content is encoded Supports Expression Language: true |
Name | Description |
---|---|
failure | FlowFiles are routed to failure if unable to be copied to Amazon S3 |
success | FlowFiles are routed to success after being successfully copied to Amazon S3 |