CapacityProviderManagedScaling

data class CapacityProviderManagedScaling(val instanceWarmupPeriod: Int? = null, val maximumScalingStepSize: Int? = null, val minimumScalingStepSize: Int? = null, val status: CapacityProviderManagedScalingStatus? = null, val targetCapacity: Int? = null)

The managed scaling settings for the Auto Scaling group capacity provider.

Constructors

Link copied to clipboard
fun CapacityProviderManagedScaling(instanceWarmupPeriod: Int? = null, maximumScalingStepSize: Int? = null, minimumScalingStepSize: Int? = null, status: CapacityProviderManagedScalingStatus? = null, targetCapacity: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val targetCapacity: Int? = null