CapacityProvider

The details for a capacity provider.

Types

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

Properties

Link copied to clipboard

The Auto Scaling group settings for the capacity provider.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the capacity provider.

Link copied to clipboard
val name: String?

The name of the capacity provider.

Link copied to clipboard

The current status of the capacity provider. Only capacity providers in an ACTIVE state can be used in a cluster. When a capacity provider is successfully deleted, it has an INACTIVE status.

Link copied to clipboard
val tags: List<Tag>?

The metadata that you apply to the capacity provider to help you categorize and organize it. Each tag consists of a key and an optional value. You define both.

Link copied to clipboard

The update status of the capacity provider. The following are the possible states that is returned.

Link copied to clipboard

The update status reason. This provides further details about the update status for the capacity provider.

Functions

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