Game Server Config Scaling Config Args
data class GameServerConfigScalingConfigArgs(val fleetAutoscalerSpec: Output<String>, val name: Output<String>, val schedules: Output<List<GameServerConfigScalingConfigScheduleArgs>>? = null, val selectors: Output<List<GameServerConfigScalingConfigSelectorArgs>>? = null) : ConvertibleToJava<GameServerConfigScalingConfigArgs>
Constructors
Link copied to clipboard
fun GameServerConfigScalingConfigArgs(fleetAutoscalerSpec: Output<String>, name: Output<String>, schedules: Output<List<GameServerConfigScalingConfigScheduleArgs>>? = null, selectors: Output<List<GameServerConfigScalingConfigSelectorArgs>>? = null)