Job Queue Args
data class JobQueueArgs(val computeEnvironmentOrder: Output<List<JobQueueComputeEnvironmentOrderArgs>>? = null, val jobQueueName: Output<String>? = null, val priority: Output<Int>? = null, val schedulingPolicyArn: Output<String>? = null, val state: Output<JobQueueState>? = null, val tags: Output<Any>? = null) : ConvertibleToJava<JobQueueArgs>
Resource Type definition for AWS::Batch::JobQueue
Constructors
Link copied to clipboard
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)