GetQueueResult

data class GetQueueResult(val arn: String? = null, val computeNodeGroupConfigurations: List<QueueComputeNodeGroupConfiguration>? = null, val errorInfo: List<QueueErrorInfo>? = null, val id: String? = null, val status: QueueStatus? = null, val tags: Map<String, String>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, computeNodeGroupConfigurations: List<QueueComputeNodeGroupConfiguration>? = null, errorInfo: List<QueueErrorInfo>? = null, id: String? = null, status: QueueStatus? = null, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The unique Amazon Resource Name (ARN) 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 list of errors that occurred during queue provisioning.

Link copied to clipboard
val id: String? = null

The generated unique ID of the queue.

Link copied to clipboard
val status: QueueStatus? = null

The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.

Link copied to clipboard
val tags: Map<String, String>? = null

1 or more tags added to the resource. Each tag consists of a tag key and tag value. The tag value is optional and can be an empty string.