days

@JvmName(name = "rsblcsrlxrobilmk")
suspend fun days(value: Output<List<Either<String, DayOfWeek>>>)
@JvmName(name = "ihtpbgqvediuotcs")
suspend fun days(value: List<Either<String, DayOfWeek>>?)

Parameters

value

The days of the week when this schedule is applicable.


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


@JvmName(name = "kmcjtcbmlvmfkvby")
suspend fun days(values: List<Output<Either<String, DayOfWeek>>>)
@JvmName(name = "ojekvxrlsiijhdnw")
suspend fun days(vararg values: Either<String, DayOfWeek>)

Parameters

values

The days of the week when this schedule is applicable.