Capacity Provider Auto Scaling Group Provider Managed Scaling Args
data class CapacityProviderAutoScalingGroupProviderManagedScalingArgs(val instanceWarmupPeriod: Output<Int>? = null, val maximumScalingStepSize: Output<Int>? = null, val minimumScalingStepSize: Output<Int>? = null, val status: Output<String>? = null, val targetCapacity: Output<Int>? = null) : ConvertibleToJava<CapacityProviderAutoScalingGroupProviderManagedScalingArgs>
Constructors
Properties
Link copied to clipboard
Period of time, in seconds, after a newly launched Amazon EC2 instance can contribute to CloudWatch metrics for Auto Scaling group. If this parameter is omitted, the default value of 300 seconds is used. For more information on how the instance warmup period contributes to managed scale-out behavior, see Control the instances Amazon ECS terminates in the Amazon Elastic Container Service Developer Guide.
Link copied to clipboard
Maximum step adjustment size. A number between 1 and 10,000.
Link copied to clipboard
Minimum step adjustment size. A number between 1 and 10,000.
Link copied to clipboard
Target utilization for the capacity provider. A number between 1 and 100.