weekDays

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

Parameters

value

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


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


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

Parameters

values

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