aws.codecatalyst.list_projects
Example SQL Queries
SELECT * FROMaws.codecatalyst.list_projectsWHERE"space_name" = 'VALUE';Description
Retrieves a list of projects.
Table Definition
| Column Name | Column Data Type |
|---|---|
| space_name Required Input Column The name of the space. | VARCHAR |
| filters Input Column Information about filters to apply to narrow the results returned in the list. | STRUCT( |
Show child fields
| |
| _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
| |
| description The description of the project. | VARCHAR |
| display_name The friendly name displayed to users of the project in Amazon CodeCatalyst. | VARCHAR |
| name The name of the project in the space. | VARCHAR |