/AWS1/CL_GMLTARGETTRACKINGCONF¶
This data type is used with the Amazon GameLift Servers 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 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. 
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_targetvalue TYPE /AWS1/RT_DOUBLE_AS_STRING /AWS1/RT_DOUBLE_AS_STRING¶
Desired value to use with a game server group target-based scaling policy.
Queryable Attributes¶
TargetValue¶
Desired value to use with a game server group target-based scaling policy.
Accessible with the following methods¶
| Method | Description | 
|---|---|
GET_TARGETVALUE() | 
Getter for TARGETVALUE, with configurable default | 
ASK_TARGETVALUE() | 
Getter for TARGETVALUE w/ exceptions if field has no value | 
STR_TARGETVALUE() | 
String format for TARGETVALUE, with configurable default | 
HAS_TARGETVALUE() | 
Determine if TARGETVALUE has a value |