Container Fleet Scaling Policy Args
Rule that controls how a fleet is scaled. Scaling policies are uniquely identified by the combination of name and fleet ID.
Constructors
Properties
Comparison operator to use when measuring a metric against the threshold value.
Length of time (in minutes) the metric must be at or beyond the threshold before a scaling event is triggered.
Name of the Amazon GameLift-defined metric that is used to trigger a scaling adjustment.
The type of scaling policy to create. For a target-based policy, set the parameter MetricName to 'PercentAvailableGameSessions' and specify a TargetConfiguration. For a rule-based policy set the following parameters: MetricName, ComparisonOperator, Threshold, EvaluationPeriods, ScalingAdjustmentType, and ScalingAdjustment.
Amount of adjustment to make, based on the scaling adjustment type.
The type of adjustment to make to a fleet's instance count.
An object that contains settings for a target-based scaling policy.