Game Server Config Scaling Config
data class GameServerConfigScalingConfig(val fleetAutoscalerSpec: String, val name: String, val schedules: List<GameServerConfigScalingConfigSchedule>? = null, val selectors: List<GameServerConfigScalingConfigSelector>? = null)
Constructors
Link copied to clipboard
fun GameServerConfigScalingConfig(fleetAutoscalerSpec: String, name: String, schedules: List<GameServerConfigScalingConfigSchedule>? = null, selectors: List<GameServerConfigScalingConfigSelector>? = null)