Skip to main content

project

Gets an individual project resource

Overview

Nameproject
TypeResource
Descriptionproject
Idawscc.rekognition.project

Fields

NameDatatypeDescription
arnstring
project_namestring
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
arn,
project_name
FROM awscc.rekognition.project
WHERE data__Identifier = '<ProjectName>';

Permissions

To operate on the project resource, the following permissions are required:

Read

rekognition:DescribeProjects

Delete

rekognition:DescribeProjects,
rekognition:DeleteProject