AwsEcsClusterDefaultCapacityProviderStrategyDetails

The default capacity provider strategy for the cluster. The default capacity provider strategy is used when services or tasks are run without a specified launch type or capacity provider strategy.

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 specified capacity provider.

Link copied to clipboard

The name of the capacity provider.

Link copied to clipboard
val weight: Int?

The relative percentage of the total number of tasks launched 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