days

@JvmName(name = "cupoojllgoljwdaa")
suspend fun days(value: Output<List<Either<String, ScheduleDay>>>)
@JvmName(name = "awlkqvkjxllnkxqm")
suspend fun days(value: List<Either<String, ScheduleDay>>)

Parameters

value

User has to set the days where schedule has to be set for autoscale operation.


@JvmName(name = "vejqhoxgvbjhiois")
suspend fun days(vararg values: Output<Either<String, ScheduleDay>>)


@JvmName(name = "quqmrkbwgjmfetwv")
suspend fun days(values: List<Output<Either<String, ScheduleDay>>>)
@JvmName(name = "sdntwwoqwapudqwe")
suspend fun days(vararg values: Either<String, ScheduleDay>)

Parameters

values

User has to set the days where schedule has to be set for autoscale operation.