aws.codebuild.list_projects
Example SQL Queries
SELECT * FROMaws.codebuild.list_projects;Description
Gets a list of build project names, with each build project name representing a single build project.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sort_by Input Column The criterion to be used to list build project names. Valid values include:
Use sortOrder to specify in what order to list the build project names based on the preceding criteria. | VARCHAR |
| sort_order Input Column The order in which to list build projects. Valid values include:
Use sortBy to specify the criterion to be used to list build project names. | 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 |
| projects | VARCHAR |