weekDays

@JvmName(name = "qwxibscsttbdoiuf")
suspend fun weekDays(value: Output<List<DayOfWeek>>)
@JvmName(name = "tvldbpdxtopwtkdd")
suspend fun weekDays(value: List<DayOfWeek>?)

Parameters

value

Gets or sets the days of the week that the job should execute on.


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


@JvmName(name = "ytgtixuwwuigbqma")
suspend fun weekDays(values: List<Output<DayOfWeek>>)
@JvmName(name = "kdycwnltiaxihogh")
suspend fun weekDays(vararg values: DayOfWeek)

Parameters

values

Gets or sets the days of the week that the job should execute on.