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, and whether a property supports the NiFi Expression Language.
Display Name | API Name | Default Value | Allowable Values | Description |
---|---|---|---|---|
Queue URL | Queue URL | The URL of the queue to act upon Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Access Key ID | Access Key | No Description Provided. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) | ||
Secret Access Key | Secret Key | No Description Provided. Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) | ||
Credentials File | Credentials File | Path to a file containing AWS access key and secret key in properties file format. This property requires exactly one file to be provided.. | ||
AWS Credentials Provider Service | AWS Credentials Provider service | Controller Service API: AWSCredentialsProviderService Implementations: AWSCredentialsProviderControllerService AWSIDBrokerCloudCredentialsProviderControllerService | The Controller Service that is used to obtain AWS credentials provider | |
Region | Region | US West (Oregon) |
| No Description Provided. |
Delay | Delay | 0 secs | The amount of time to delay the message before it becomes available to consumers | |
Communications Timeout | Communications Timeout | 30 secs | No Description Provided. | |
Endpoint Override URL | Endpoint Override URL | Endpoint URL to use instead of the AWS default including scheme, host, port, and path. The AWS libraries select an endpoint URL based on the AWS region, but this property overrides the selected endpoint URL, allowing use with other S3-compatible endpoints. Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Host | Proxy Host | Proxy host name or IP Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Host Port | Proxy Host Port | Proxy host port Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Username | proxy-user-name | Proxy username Supports Expression Language: true (will be evaluated using variable registry only) | ||
Proxy Password | proxy-user-password | Proxy password Sensitive Property: true Supports Expression Language: true (will be evaluated using variable registry only) | ||
Message Group ID | message-group-id | If using FIFO, the message group to which the FlowFile belongs Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | ||
Deduplication Message ID | deduplication-message-id | The token used for deduplication of sent messages Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) |
Supports Sensitive Dynamic Properties: No
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 (will be evaluated using flow file attributes and variable registry) |
Name | Description |
---|---|
success | FlowFiles are routed to success relationship |
failure | FlowFiles are routed to failure relationship |