comprehend:DescribeTargetedSentimentDetectionJob

Read

comprehend:DescribeTargetedSentimentDetectionJob is a Read access-level action in the comprehend service. Grants permission to get the properties associated with a targeted sentiment detection job

Resource types

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

arn:${Partition}:comprehend:${Region}:${Account}:targeted-sentiment-detection-job/${JobId}
targeted-sentiment-detection-job

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by requiring tag value associated with the resource

Example IAM policy

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

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

Related actions in comprehend

View all comprehend actions →