comprehend:StartDominantLanguageDetectionJob

Write

comprehend:StartDominantLanguageDetectionJob is a Write access-level action in the comprehend service. Grants permission to start an asynchronous dominant language detection job for a collection of documents

Resource types

ARNs that comprehend:StartDominantLanguageDetectionJob can be scoped to in an IAM policy.

arn:${Partition}:comprehend:${Region}:${Account}:dominant-language-detection-job/${JobId}
dominant-language-detection-job

Condition keys

Keys you can use in the Condition block of a policy that grants comprehend:StartDominantLanguageDetectionJob.

aws:ResourceTag/${TagKey} String

Filters access by requiring tag value associated with the resource

Example IAM policy

A minimal policy that allows comprehend:StartDominantLanguageDetectionJob. Replace "Resource": "*" with a specific ARN to follow least privilege.

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowComprehendStartDominantLanguageDetectionJob",
      "Effect": "Allow",
      "Action": "comprehend:StartDominantLanguageDetectionJob",
      "Resource": "*"
    }
  ]
}

Related actions in comprehend

View all comprehend actions →