JobQueueComputeEnvironmentOrder

data class JobQueueComputeEnvironmentOrder(val computeEnvironment: String, val order: Int)

Constructors

Link copied to clipboard
constructor(computeEnvironment: String, order: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the compute environment.

Link copied to clipboard
val order: Int

The order of the compute environment. Compute environments are tried in ascending order. For example, if two compute environments are associated with a job queue, the compute environment with a lower order integer value is tried for job placement first.