aws.codebuild.list_fleets
Example SQL Queries
SELECT * FROMaws.codebuild.list_fleets;Description
Gets a list of compute fleet names with each compute fleet name representing a single compute fleet.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of paginated compute fleets returned per response. Use nextToken to iterate pages in the list of returned compute fleets. | BIGINT |
| next_token Input Column If there are more than 100 items in the list, only the first 100 items are returned, along with a unique string called a nextToken. To get the next batch of items in the list, call this operation again, adding the next token to the call. | VARCHAR |
| sort_by Input Column The criterion to be used to list compute fleet names. Valid values include:
Use sortOrder to specify in what order to list the compute fleet names based on the preceding criteria. | VARCHAR |
| sort_order Input Column The order in which to list compute fleets. Valid values include:
Use sortBy to specify the criterion to be used to list compute fleet 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 |
| fleets The list of compute fleet names. | VARCHAR[] |
Show child fields
| |