createQueue

abstract suspend fun createQueue(input: CreateQueueRequest): CreateQueueResponse

Creates a queue to coordinate the order in which jobs run on a farm. A queue can also specify where to pull resources and indicate where to output completed jobs.