Queue

class Queue

A queue resource.

Types

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

Properties

Link copied to clipboard
val arn: String

The unique Amazon Resource Name (ARN) of the queue.

Link copied to clipboard

The ID of the cluster of the queue.

Link copied to clipboard

The list of compute node group configurations associated with the queue. Queues assign jobs to associated compute node groups.

Link copied to clipboard

The date and time the resource was created.

Link copied to clipboard

The list of errors that occurred during queue provisioning.

Link copied to clipboard
val id: String

The generated unique ID of the queue.

Link copied to clipboard

The date and time the resource was modified.

Link copied to clipboard

The name that identifies the queue.

Link copied to clipboard

The provisioning status of the queue.

Functions

Link copied to clipboard
inline fun copy(block: Queue.Builder.() -> Unit = {}): Queue
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