scalingSchedules

@JvmName(name = "gaceyuqigncokuwi")
suspend fun scalingSchedules(value: Output<Map<String, String>>)
@JvmName(name = "xewtugkdmypngbhl")
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 = "sfpjyplvxeqkbcca")
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.