AutoscaleScheduleArgs

data class AutoscaleScheduleArgs(val days: Output<List<Either<String, DaysOfWeek>>>? = null, val timeAndCapacity: Output<AutoscaleTimeAndCapacityArgs>? = null) : ConvertibleToJava<AutoscaleScheduleArgs>

Parameters for a schedule-based autoscale rule, consisting of an array of days + a time and capacity

Constructors

Link copied to clipboard
constructor(days: Output<List<Either<String, DaysOfWeek>>>? = null, timeAndCapacity: Output<AutoscaleTimeAndCapacityArgs>? = null)

Properties

Link copied to clipboard
val days: Output<List<Either<String, DaysOfWeek>>>? = null

Days of the week for a schedule-based autoscale rule

Link copied to clipboard

Time and capacity for a schedule-based autoscale rule

Functions

Link copied to clipboard
open override fun toJava(): AutoscaleScheduleArgs