Class CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGameServerGroup.AutoScalingPolicyProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGameServerGroup.AutoScalingPolicyProperty
@Stability(Stable)
@Internal
public static final class CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGameServerGroup.AutoScalingPolicyProperty
An implementation for
CfnGameServerGroup.AutoScalingPolicyProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnGameServerGroup.AutoScalingPolicyProperty
CfnGameServerGroup.AutoScalingPolicyProperty.Builder, CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroup.AutoScalingPolicyProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Number
Length of time, in seconds, it takes for a new instance to start new game server processes and register with Amazon GameLift FleetIQ.final Object
Settings for a target-based scaling policy applied to Auto Scaling group.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroup.AutoScalingPolicyProperty.Builder
.
-
-
Method Details
-
getTargetTrackingConfiguration
Description copied from interface:CfnGameServerGroup.AutoScalingPolicyProperty
Settings for a target-based scaling policy applied to Auto Scaling group.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.- Specified by:
getTargetTrackingConfiguration
in interfaceCfnGameServerGroup.AutoScalingPolicyProperty
- See Also:
-
getEstimatedInstanceWarmup
Description copied from interface:CfnGameServerGroup.AutoScalingPolicyProperty
Length of time, in seconds, it takes for a new instance to start new game server processes and register with Amazon GameLift FleetIQ.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.
- Specified by:
getEstimatedInstanceWarmup
in interfaceCfnGameServerGroup.AutoScalingPolicyProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-