aws.lookoutvision.list_projects
Example SQL Queries
SELECT * FROMaws.lookoutvision.list_projects;Description
Lists the Amazon Lookout for Vision projects in your AWS account that are in the AWS Region in which you call ListProjects.
The ListProjects operation is eventually consistent. Recent calls to CreateProject and DeleteProject might take a while to appear in the response from ListProjects.
This operation requires permissions to perform the lookoutvision:ListProjects operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| creation_timestamp The unix timestamp for the date and time that the project was created. | TIMESTAMP_S |
| project_arn The Amazon Resource Name (ARN) of the project. | VARCHAR |
| project_name The name of the project. | VARCHAR |