daysOfWeek

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

Parameters

value

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


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


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

Parameters

values

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