aws.codebuild.list_builds_for_project
Example SQL Queries
SELECT * FROMaws.codebuild.list_builds_for_projectWHERE"project_name" = 'VALUE';Description
Gets a list of build identifiers for the specified build project, with each build identifier representing a single build.
Table Definition
| Column Name | Column Data Type |
|---|---|
| project_name Required Input Column The name of the CodeBuild project. | VARCHAR |
| sort_order Input Column The order to sort the results in. The results are sorted by build number, not the build identifier. If this is not specified, the results are sorted in descending order. Valid values include:
If the project has more than 100 builds, setting the sort order will result in an error. | 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 |
| ids | VARCHAR |