Publishes a message to an Amazon Simple Queuing Service Queue
Amazon, AWS, SQS, Queue, Put, Publish
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 |
---|---|---|---|
Queue URL | The URL of the queue to act upon Supports Expression Language: true | ||
Access Key | No Description Provided. Sensitive Property: true | ||
Secret Key | No Description Provided. Sensitive Property: true | ||
Credentials File | No Description Provided. | ||
Region | us-west-2 |
| No Description Provided. |
Delay | 0 secs | The amount of time to delay the message before it becomes available to consumers | |
Communications Timeout | 30 secs | No Description Provided. |
Dynamic Properties allow the user to specify both the name and value of a property.
Name | Value | Description |
---|---|---|
The name of a Message Attribute to add to the message | The value of the Message Attribute | Allows the user to add key/value pairs as Message Attributes by adding a property whose name will become the name of the Message Attribute and value will become the value of the Message Attribute 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 |