Skip to main content

project

Gets an individual project resource

Overview

Nameproject
TypeResource
Descriptionproject
Idawscc.lookoutvision.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.lookoutvision.project
WHERE data__Identifier = '<ProjectName>';

Permissions

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

Read

lookoutvision:DescribeProject

Delete

lookoutvision:DeleteProject