aws.evidently.get_project
Example SQL Queries
SELECT * FROMaws.evidently.get_projectWHERE"project" = 'VALUE';Description
Returns the details about one launch. You must already know the project name. To retrieve a list of projects in your account, use ListProjects.
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 |
| _input_project Input Column | VARCHAR |
| project A structure containing the configuration details of the project. | STRUCT( |
Show child fields
| |