daysOfWeek

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

Parameters

value

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


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


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

Parameters

values

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