AWS Comprehend
Handles the Text Analysis processing of elements in a textual payload using the Amazon Web Service Comprehend Service.
The AWS Comprehend Service is described by:
accessKey
secretKey
region
Where the accessKey
and secretKey
are used to identify an IAM principal who has sufficient authority to invoke AWS Comprehend within the given region
. In addition, the IAM principal needs sufficient authorities to read, write and delete an S3 object from the given S3 bucket (identified by bucketName
) within the same region.
Configuration
{
"accessKey": "{accessKey}",
"secretKey": "{secretKey}",
"region": "{region}"
}
Example
{
"accessKey": "AKIAZZZZZZZZZZZZZZZZ",
"secretKey": "PlrNZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ",
"region": "us-east-1"
}