StartAwsPollyJob 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-aws-nar
DESCRIPTION¶
Trigger a AWS Polly job. It should be followed by GetAwsPollyJobStatus processor in order to monitor job status.
INPUT REQUIREMENT¶
Supports Sensitive Dynamic Properties¶
false
PROPERTIES¶
Property |
Description |
---|---|
AWS Credentials Provider service |
The Controller Service that is used to obtain AWS credentials provider |
Communications Timeout |
|
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. |
Region |
|
SSL Context Service |
Specifies an optional SSL Context Service that, if provided, will be used to create connections |
json-payload |
JSON request for AWS Machine Learning services. The Processor will use FlowFile content for the request when this property is not specified. |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
success |
FlowFiles are routed to success relationship |
failure |
FlowFiles are routed to failure relationship |
original |
Upon successful completion, the original FlowFile will be routed to this relationship. |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
awsTaskId |
The task ID that can be used to poll for Job completion in GetAwsPollyJobStatus |