JobQueueComputeEnvironmentOrderArgs

data class JobQueueComputeEnvironmentOrderArgs(val computeEnvironment: Output<String>, val order: Output<Int>) : ConvertibleToJava<JobQueueComputeEnvironmentOrderArgs>

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard
val order: Output<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.

Functions

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