JobQueueArgs

constructor(computeEnvironmentOrders: Output<List<JobQueueComputeEnvironmentOrderArgs>>? = null, computeEnvironments: Output<List<String>>? = null, jobStateTimeLimitActions: Output<List<JobQueueJobStateTimeLimitActionArgs>>? = null, name: Output<String>? = null, priority: Output<Int>? = null, schedulingPolicyArn: Output<String>? = null, state: Output<String>? = null, tags: Output<Map<String, String>>? = null, timeouts: Output<JobQueueTimeoutsArgs>? = null)