days

@JvmName(name = "kqcrygavmybcgdew")
suspend fun days(value: Output<List<DayOfWeek>>)
@JvmName(name = "xthidavwabnjwdce")
suspend fun days(value: List<DayOfWeek>)

Parameters

value

The days of the week when this schedule is applicable.


@JvmName(name = "jhpxqxihpumuklwb")
suspend fun days(vararg values: Output<DayOfWeek>)


@JvmName(name = "ludagvjliqyoclhj")
suspend fun days(values: List<Output<DayOfWeek>>)
@JvmName(name = "uiijnmvpkipyjthx")
suspend fun days(vararg values: DayOfWeek)

Parameters

values

The days of the week when this schedule is applicable.