AwsEcsServiceCapacityProviderStrategyDetails

Strategy item for the capacity provider strategy that the service uses.

Types

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

Properties

Link copied to clipboard
val base: Int?

The minimum number of tasks to run on the capacity provider. Only one strategy item can specify a value for Base.

Link copied to clipboard

The short name of the capacity provider.

Link copied to clipboard
val weight: Int?

The relative percentage of the total number of tasks that should use the capacity provider.

Functions

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