comprehend:DescribeEntityRecognizer

Read

comprehend:DescribeEntityRecognizer is a Read access-level action in the comprehend service. Grants permission to provide details about an entity recognizer including status, S3 buckets containing training data, recognizer metadata, metrics, and so on

Resource types

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

arn:${Partition}:comprehend:${Region}:${Account}:entity-recognizer/${EntityRecognizerName}
entity-recognizer

Condition keys

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

aws:ResourceTag/${TagKey} String

Filters access by requiring tag value associated with the resource

Example IAM policy

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

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

Related actions in comprehend

View all comprehend actions →