aws.lookoutvision.describe_project
Example SQL Queries
SELECT * FROMaws.lookoutvision.describe_projectWHERE"project_name" = 'VALUE';Description
Describes an Amazon Lookout for Vision project.
This operation requires permissions to perform the lookoutvision:DescribeProject operation.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the project that you want to describe. | VARCHAR |
| _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 |
| project_description The description of the project. | STRUCT( |
Show child fields
| |