GetAwsPollyJobStatus 2.3.0¶
BUNDLE¶
org.apache.nifi | nifi-aws-nar
DESCRIPTION¶
Retrieves the current status of an AWS Polly job.
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 |
awsTaskId |
|
proxy-configuration-service |
Specifies the Proxy Configuration Controller Service to proxy network requests. Supported proxies: HTTP + AuthN |
RELATIONSHIPS¶
NAME |
DESCRIPTION |
---|---|
running |
The job is currently still being processed |
original |
Upon successful completion, the original FlowFile will be routed to this relationship. |
failure |
The job failed, the original FlowFile will be routed to this relationship. |
success |
Job successfully finished. FlowFile will be routed to this relation. |
WRITES ATTRIBUTES¶
NAME |
DESCRIPTION |
---|---|
PollyS3OutputBucket |
The bucket name where polly output will be located. |
filename |
Object key of polly output. |
outputLocation |
S3 path-style output location of the result. |