aws.deadline.list_fleets
Example SQL Queries
SELECT * FROMaws.deadline.list_fleetsWHERE"farm_id" = 'VALUE';Description
Lists fleets.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID. | VARCHAR |
| display_name Input Column The display name of the fleet summary to update. This field can store any content. Escape or encode this content before displaying it on a webpage or any other system that might interpret the content of this field. | VARCHAR |
| principal_id Input Column The principal ID of the members to include in the fleet. | VARCHAR |
| status Input Column The status of the fleet. | 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
| |
| auto_scaling_status The Auto Scaling status of a fleet. | VARCHAR |
| configuration The configuration details for the fleet. | STRUCT( |
Show child fields
| |
| created_at The date and time the resource was created. | TIMESTAMP_S |
| created_by The user or system that created this resource. | VARCHAR |
| fleet_id The fleet ID. | VARCHAR |
| max_worker_count The maximum number of workers specified in the fleet. | BIGINT |
| min_worker_count The minimum number of workers in the fleet. | BIGINT |
| target_worker_count The target number of workers in a fleet. | BIGINT |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |
| worker_count The number of workers in the fleet summary. | BIGINT |