Module Values.TargetTrackingConfigurationSource

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.

Sourcetype nonrec t = {
  1. targetValue : NonNegativeDouble.t;
    (*

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

    *)
}
Sourceval context_ : string
Sourceval make : targetValue:NonNegativeDouble.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of NonNegativeDouble.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t