Autoscale Schedule Args
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)