ClusterNodeGroupAutoScalingPolicyConstraints

data class ClusterNodeGroupAutoScalingPolicyConstraints(val maxCapacity: Int? = null, val minCapacity: Int? = null)

Constructors

constructor(maxCapacity: Int? = null, minCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val maxCapacity: Int? = null

The maximum capacity of constraints for emr node group auto scaling policy.

Link copied to clipboard
val minCapacity: Int? = null

The minimum capacity of constraints for emr node group auto scaling policy.