| Copyright | (c) 2013-2021 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | None |
Amazonka.GameLift.Types.TargetTrackingConfiguration
Description
Documentation
data TargetTrackingConfiguration Source #
__This data type is used with the 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.
See: newTargetTrackingConfiguration smart constructor.
Constructors
| TargetTrackingConfiguration' | |
Fields
| |
Instances
newTargetTrackingConfiguration Source #
Create a value of TargetTrackingConfiguration with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:targetValue:TargetTrackingConfiguration', targetTrackingConfiguration_targetValue - Desired value to use with a game server group target-based scaling
policy.
targetTrackingConfiguration_targetValue :: Lens' TargetTrackingConfiguration Double Source #
Desired value to use with a game server group target-based scaling policy.