comprehend:StopDominantLanguageDetectionJob

Write

comprehend:StopDominantLanguageDetectionJob is a Write access-level action in the comprehend service. Grants permission to stop a dominant language detection job

Resource types

ARNs that comprehend:StopDominantLanguageDetectionJob 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:StopDominantLanguageDetectionJob.

aws:ResourceTag/${TagKey} String

Filters access by requiring tag value associated with the resource

Example IAM policy

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

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

Related actions in comprehend

View all comprehend actions →