weekDays

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

Parameters

value

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


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


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

Parameters

values

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