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
  • Constructor Details

  • Method Details

    • getTargetTrackingConfiguration

      public final Object 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 interface CfnGameServerGroup.AutoScalingPolicyProperty
    • getEstimatedInstanceWarmup

      public final Number 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 interface CfnGameServerGroup.AutoScalingPolicyProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object