ManagedScalingPolicyComputeLimitArgs

data class ManagedScalingPolicyComputeLimitArgs(val maximumCapacityUnits: Output<Int>, val maximumCoreCapacityUnits: Output<Int>? = null, val maximumOndemandCapacityUnits: Output<Int>? = null, val minimumCapacityUnits: Output<Int>, val unitType: Output<String>) : ConvertibleToJava<ManagedScalingPolicyComputeLimitArgs>

Constructors

Link copied to clipboard
constructor(maximumCapacityUnits: Output<Int>, maximumCoreCapacityUnits: Output<Int>? = null, maximumOndemandCapacityUnits: Output<Int>? = null, minimumCapacityUnits: Output<Int>, unitType: Output<String>)

Properties

Link copied to clipboard

The upper boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Link copied to clipboard
val maximumCoreCapacityUnits: Output<Int>? = null

The upper boundary of EC2 units for core node type in a cluster. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The core units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between core and task nodes.

Link copied to clipboard
val maximumOndemandCapacityUnits: Output<Int>? = null

The upper boundary of On-Demand EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. The On-Demand units are not allowed to scale beyond this boundary. The parameter is used to split capacity allocation between On-Demand and Spot instances.

Link copied to clipboard

The lower boundary of EC2 units. It is measured through VCPU cores or instances for instance groups and measured through units for instance fleets. Managed scaling activities are not allowed beyond this boundary. The limit only applies to the core and task nodes. The master node cannot be scaled after initial configuration.

Link copied to clipboard
val unitType: Output<String>

The unit type used for specifying a managed scaling policy. Valid Values: InstanceFleetUnits | Instances | VCPU

Functions

Link copied to clipboard
open override fun toJava(): ManagedScalingPolicyComputeLimitArgs