daysOfWeek

@JvmName(name = "jqoxairwboybqbip")
suspend fun daysOfWeek(value: Output<List<Either<String, DayOfWeek>>>)
@JvmName(name = "cqqqdwnfkaqmhwwd")
suspend fun daysOfWeek(value: List<Either<String, DayOfWeek>>?)

Parameters

value

Set of days of the week on which this schedule is active.


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


@JvmName(name = "eimbjshfkpcmhund")
suspend fun daysOfWeek(values: List<Output<Either<String, DayOfWeek>>>)
@JvmName(name = "shsgeblyvlysspux")
suspend fun daysOfWeek(vararg values: Either<String, DayOfWeek>)

Parameters

values

Set of days of the week on which this schedule is active.