You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TargetTrackingConfiguration as input to an Aws::Client method, you can use a vanilla Hash:

{
  target_value: 1.0, # required
}

This data type is used with the Amazon GameLift FleetIQ and game server groups.

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 GameLift 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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#target_valueFloat

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

Returns:

  • (Float)

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