QuotaShareDetail

Detailed information about a quota share, including its configuration, state, and capacity limits.

Types

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

Properties

Link copied to clipboard

A list that specifies the quantity and type of compute capacity allocated to the quota share.

Link copied to clipboard

The Amazon Resource Name (ARN) of the job queue associated with the quota share.

Link copied to clipboard

Specifies the preemption behavior for jobs in a quota share.

Link copied to clipboard

The Amazon Resource Name (ARN) of the quota share.

Link copied to clipboard

The name of the quota share.

Link copied to clipboard

Specifies whether a quota share reserves, lends, or both lends and borrows idle compute capacity.

Link copied to clipboard

The state of the quota share.

Link copied to clipboard

The current status of the quota share.

Functions

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