project
Gets an individual project
resource
Overview
Name | project |
Type | Resource |
Description | project |
Id | awscc.lookoutvision.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.lookoutvision.project
WHERE data__Identifier = '<ProjectName>';
Permissions
To operate on the project
resource, the following permissions are required:
Read
lookoutvision:DescribeProject
Delete
lookoutvision:DeleteProject