scalingSchedules

@JvmName(name = "dftghqgjlhogeoug")
suspend fun scalingSchedules(value: Output<Map<String, String>>)
@JvmName(name = "xgprdqaohvrywkcb")
suspend fun scalingSchedules(value: Map<String, String>?)

Parameters

value

Scaling schedules defined for an autoscaler. Multiple schedules can be set on an autoscaler, and they can overlap. During overlapping periods the greatest min_required_replicas of all scaling schedules is applied. Up to 128 scaling schedules are allowed.


@JvmName(name = "twgmgnttlayyqwca")
fun scalingSchedules(vararg values: Pair<String, String>)

Parameters

values

Scaling schedules defined for an autoscaler. Multiple schedules can be set on an autoscaler, and they can overlap. During overlapping periods the greatest min_required_replicas of all scaling schedules is applied. Up to 128 scaling schedules are allowed.