JobQueueArgs

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)

Functions

Link copied to clipboard
open override fun toJava(): JobQueueArgs

Properties

Link copied to clipboard
val jobQueueName: Output<String>? = null
Link copied to clipboard
val priority: Output<Int>? = null
Link copied to clipboard
val schedulingPolicyArn: Output<String>? = null
Link copied to clipboard
val state: Output<JobQueueState>? = null
Link copied to clipboard
val tags: Output<Any>? = null

A key-value pair to associate with a resource.