ServiceEnvironmentOrder

Specifies the order of a service environment for a job queue. This determines the priority order when multiple service environments are associated with the same job queue.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val order: Int?

The order of the service environment. Job queues with a higher priority are evaluated first when associated with the same service environment.

Link copied to clipboard

The name or ARN of the service environment.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String