Get Queue Result
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)
Properties
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
The provisioning status of the queue. The provisioning status doesn't indicate the overall health of the queue.