GetJobQueueResult

data class GetJobQueueResult(val arn: String, val computeEnvironmentOrders: List<GetJobQueueComputeEnvironmentOrder>, val id: String, 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, name: String, priority: Int, schedulingPolicyArn: String, state: String, status: String, statusReason: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

ARN of the job queue.

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
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

Priority of the job queue. Job queues with a higher priority are evaluated first when associated with the same compute environment.

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

Describes the ability of the queue to accept new jobs (for example, ENABLED or DISABLED).

Link copied to clipboard

Current status of the job queue (for example, CREATING or VALID).

Link copied to clipboard

Short, human-readable string to provide additional details about the current status of the job queue.

Link copied to clipboard

Key-value map of resource tags