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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnGameServerGroup.AutoScalingPolicyProperty
CfnGameServerGroup.AutoScalingPolicyProperty.Builder, CfnGameServerGroup.AutoScalingPolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnGameServerGroup.AutoScalingPolicyProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal NumberLength of time, in seconds, it takes for a new instance to start new game server processes and register with Amazon GameLift Servers FleetIQ.final ObjectSettings for a target-based scaling policy applied to Auto Scaling group.final inthashCode()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.AutoScalingPolicyPropertySettings 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
PercentUtilizedGameServersand 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.Returns union: either
IResolvableorCfnGameServerGroup.TargetTrackingConfigurationProperty- Specified by:
getTargetTrackingConfigurationin interfaceCfnGameServerGroup.AutoScalingPolicyProperty- See Also:
-
getEstimatedInstanceWarmup
Description copied from interface:CfnGameServerGroup.AutoScalingPolicyPropertyLength of time, in seconds, it takes for a new instance to start new game server processes and register with Amazon GameLift Servers 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:
getEstimatedInstanceWarmupin interfaceCfnGameServerGroup.AutoScalingPolicyProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-