AutoScalingGroupBaselinePerformanceFactorsRequestArgs

data class AutoScalingGroupBaselinePerformanceFactorsRequestArgs(val cpu: Output<AutoScalingGroupCpuPerformanceFactorRequestArgs>? = null) : ConvertibleToJava<AutoScalingGroupBaselinePerformanceFactorsRequestArgs>

The baseline performance to consider, using an instance family as a baseline reference. The instance family establishes the lowest acceptable level of performance. Auto Scaling uses this baseline to guide instance type selection, but there is no guarantee that the selected instance types will always exceed the baseline for every application. Currently, this parameter only supports CPU performance as a baseline performance factor. For example, specifying `c6i` uses the CPU performance of the `c6i` family as the baseline reference.

Constructors

Properties

Link copied to clipboard

The CPU performance to consider, using an instance family as the baseline reference.

Functions

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