Class: Aws::GameLift::Types::TargetTrackingConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb

Overview

Settings for a target-based scaling policy as part of a GameServerGroupAutoScalingPolicy . These settings are used to create a target-based policy that tracks the Amazon GameLift Servers FleetIQ metric "PercentUtilizedGameServers" and specifies a target value for the metric. As player usage changes, the policy triggers to adjust the game server group capacity so that the metric returns to the target value.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#target_valueFloat

Desired value to use with a game server group target-based scaling policy.

Returns:

  • (Float)


11366
11367
11368
11369
11370
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 11366

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