aws.deadline.get_queue_fleet_association
Example SQL Queries
SELECT * FROMaws.deadline.get_queue_fleet_associationWHERE"farm_id" = 'VALUE'AND "queue_id" = 'VALUE'AND "fleet_id" = 'VALUE';Description
Gets a queue-fleet association.
Table Definition
| Column Name | Column Data Type |
|---|---|
| farm_id Required Input Column The farm ID of the farm that contains the queue-fleet association. | VARCHAR |
| fleet_id Required Input Column The fleet ID for the queue-fleet association. | VARCHAR |
| queue_id Required Input Column The queue ID for the queue-fleet association. | 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 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 |