Get Job Queue Result
data class GetJobQueueResult(val arn: String, val computeEnvironmentOrders: List<GetJobQueueComputeEnvironmentOrder>, val id: String, val jobStateTimeLimitActions: List<GetJobQueueJobStateTimeLimitAction>, val name: String, val priority: Int, val schedulingPolicyArn: String, val state: String, val status: String, val statusReason: String, val tags: Map<String, String>)
A collection of values returned by getJobQueue.
Constructors
Link copied to clipboard
constructor(arn: String, computeEnvironmentOrders: List<GetJobQueueComputeEnvironmentOrder>, id: String, jobStateTimeLimitActions: List<GetJobQueueJobStateTimeLimitAction>, name: String, priority: Int, schedulingPolicyArn: String, state: String, status: String, statusReason: String, tags: Map<String, String>)
Properties
Link copied to clipboard
The compute environments that are attached to the job queue and the order in which job placement is preferred. Compute environments are selected for job placement in ascending order.
Link copied to clipboard
Specifies an action that AWS Batch will take after the job has remained at the head of the queue in the specified state for longer than the specified time.
Link copied to clipboard
The ARN of the fair share scheduling policy. If this attribute has a value, the job queue uses a fair share scheduling policy. If this attribute does not have a value, the job queue uses a first in, first out (FIFO) scheduling policy.
Link copied to clipboard
Short, human-readable string to provide additional details about the current status of the job queue.