aws.deadline.list_queue_fleet_associations
Example SQL Queries
SELECT * FROMaws.deadline.list_queue_fleet_associationsWHERE"farm_id" = 'VALUE';Description
Lists queue-fleet associations.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID for the queue-fleet association list. | VARCHAR |
| fleet_id Input Column The fleet ID. | VARCHAR |
| queue_id Input Column The queue ID. | 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
| |
| created_at The date and time the resource was created. | TIMESTAMP_S |
| created_by The user or system that created this resource. | VARCHAR |
| status The status of task scheduling in the queue-fleet association.
| VARCHAR |
| updated_at The date and time the resource was updated. | TIMESTAMP_S |
| updated_by The user or system that updated this resource. | VARCHAR |