lookoutvision:DescribeProject

Read

lookoutvision:DescribeProject is a Read access-level action in the lookoutvision service. Grants permission to show detailed information about a project

Resource types

ARNs that lookoutvision:DescribeProject can be scoped to in an IAM policy.

arn:${Partition}:lookoutvision:${Region}:${Account}:project/${ProjectName}
project

Condition keys

No condition keys are documented for this action.

Example IAM policy

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

{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Sid": "AllowLookoutvisionDescribeProject",
      "Effect": "Allow",
      "Action": "lookoutvision:DescribeProject",
      "Resource": "*"
    }
  ]
}

Related actions in lookoutvision

View all lookoutvision actions →