weekdays

@JvmName(name = "mbtbisrmubgwvrou")
suspend fun weekdays(value: Output<List<String>>)
@JvmName(name = "rabmhlnqnaasjakt")
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 = "rpxpnltwmgvdrlff")
suspend fun weekdays(vararg values: Output<String>)


@JvmName(name = "aishdxcgwttlmccg")
suspend fun weekdays(values: List<Output<String>>)
@JvmName(name = "lsxbaegmqacwtuen")
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.).