projects
Retrieves a list of projects
in a region
Overview
Name | projects |
Type | Resource |
Description | projects |
Id | awscc.rekognition.projects |
Fields
Name | Datatype | Description |
---|---|---|
project_name | undefined | |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
project_name
FROM awscc.rekognition.projects
WHERE region = 'us-east-1'
Permissions
To operate on the projects
resource, the following permissions are required:
Create
rekognition:CreateProject
List
rekognition:DescribeProjects