project
Gets an individual project
resource
Overview
Name | project |
Type | Resource |
Description | project |
Id | awscc.rekognition.project |
Fields
Name | Datatype | Description |
---|---|---|
arn | string | |
project_name | string | |
region | string | AWS 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