days

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

Parameters

value

The days of the week when this schedule is applicable.


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


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

Parameters

values

The days of the week when this schedule is applicable.