weekdays

@JvmName(name = "kcusohkywtrsxpsa")
suspend fun weekdays(value: Output<List<String>>)
@JvmName(name = "ibpsfhrpmcbvswyq")
suspend fun weekdays(value: List<String>?)

Parameters

value

The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).


@JvmName(name = "ngaiouonxyjqwlqa")
suspend fun weekdays(vararg values: Output<String>)


@JvmName(name = "rlmlhmhblnpftmpp")
suspend fun weekdays(values: List<Output<String>>)
@JvmName(name = "ropbomiguygvwffx")
suspend fun weekdays(vararg values: String)

Parameters

values

The days of the week for which the schedule is set (e.g. Sunday, Monday, Tuesday, etc.).