comprehend:DescribeEventsDetectionJob

Read

comprehend:DescribeEventsDetectionJob is a Read access-level action in the comprehend service. Grants permission to get the properties associated with an Events detection job

Resource types

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

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

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by requiring tag value associated with the resource

Example IAM policy

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

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

Related actions in comprehend

View all comprehend actions →