GameServerGroupAutoScalingPolicy

data class GameServerGroupAutoScalingPolicy(val estimatedInstanceWarmup: Int? = null, val targetTrackingConfiguration: GameServerGroupAutoScalingPolicyTargetTrackingConfiguration)

Constructors

Link copied to clipboard
constructor(estimatedInstanceWarmup: Int? = null, targetTrackingConfiguration: GameServerGroupAutoScalingPolicyTargetTrackingConfiguration)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Length of time, in seconds, it takes for a new instance to start new game server processes and register with 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. Defaults to 60.