Job Queue Args
fun JobQueueArgs(computeEnvironmentOrder: Output<List<JobQueueComputeEnvironmentOrderArgs>>? = null, jobQueueName: Output<String>? = null, priority: Output<Int>? = null, schedulingPolicyArn: Output<String>? = null, state: Output<JobQueueState>? = null, tags: Output<Any>? = null)