public static final class CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnGameServerGroup.AutoScalingPolicyProperty
CfnGameServerGroup.AutoScalingPolicyProperty
CfnGameServerGroup.AutoScalingPolicyProperty.Builder, CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Number |
getEstimatedInstanceWarmup()
Length of time, in seconds, it takes for a new instance to start new game server processes and register with GameLift FleetIQ.
|
java.lang.Object |
getTargetTrackingConfiguration()
Settings for a target-based scaling policy applied to Auto Scaling group.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getTargetTrackingConfiguration()
CfnGameServerGroup.AutoScalingPolicyProperty
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.
getTargetTrackingConfiguration
in interface CfnGameServerGroup.AutoScalingPolicyProperty
public final java.lang.Number getEstimatedInstanceWarmup()
CfnGameServerGroup.AutoScalingPolicyProperty
Specifying a warm-up time can be useful, particularly with game servers that take a long time to start up, because it avoids prematurely starting new instances.
getEstimatedInstanceWarmup
in interface CfnGameServerGroup.AutoScalingPolicyProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()