Retrieves the current status of an AWS Polly job.
Amazon, AWS, ML, Machine Learning, Polly
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 |
---|---|---|---|---|
AWS Task ID | awsTaskId | ${awsTaskId} | No Description Provided. Supports Expression Language: true (will be evaluated using flow file attributes and variable registry) | |
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 | aws-region | US West (Oregon) |
| No Description Provided. |
Communications Timeout | Communications Timeout | 30 secs | The amount of time to wait in order to establish a connection to AWS or receive data from AWS before timing out. | |
SSL Context Service | SSL Context Service | Controller Service API: SSLContextService Implementations: StandardRestrictedSSLContextService StandardSSLContextService | Specifies an optional SSL Context Service that, if provided, will be used to create connections | |
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 Configuration Service | proxy-configuration-service | Controller Service API: ProxyConfigurationService Implementation: StandardProxyConfigurationService | Specifies the Proxy Configuration Controller Service to proxy network requests. If set, it supersedes proxy settings configured per component. Supported proxies: HTTP + AuthN |
Name | Description |
---|---|
throttled | Retrieving results failed for some reason, but the issue is likely to resolve on its own, such as Provisioned Throughput Exceeded or a Throttling failure. It is generally expected to retry this relationship. |
running | The job is currently still being processed |
success | Job successfully finished. FlowFile will be routed to this relation. |
failure | The job failed, the original FlowFile will be routed to this relationship. |
original | Upon successful completion, the original FlowFile will be routed to this relationship. |
Name | Description |
---|---|
PollyS3OutputBucket | The bucket name where polly output will be located. |
PollyS3OutputKey | Object key of polly output. |
outputLocation | S3 path-style output location of the result. |