Class: Aws::AutoScaling::Types::BaselinePerformanceFactorsRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-autoscaling/types.rb

Overview

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cpuTypes::CpuPerformanceFactorRequest

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



817
818
819
820
821
# File 'lib/aws-sdk-autoscaling/types.rb', line 817

class BaselinePerformanceFactorsRequest < Struct.new(
  :cpu)
  SENSITIVE = []
  include Aws::Structure
end