weekDays

@JvmName(name = "dkwdodgunaplthkl")
suspend fun weekDays(value: Output<List<String>>)
@JvmName(name = "wbmlrghdxpwifdkh")
suspend fun weekDays(value: List<String>?)

Parameters

value

A list of days of the week that the job should execute on. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.


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


@JvmName(name = "ampgtayapyfkulgj")
suspend fun weekDays(values: List<Output<String>>)
@JvmName(name = "nnehpqwbyxpwfhih")
suspend fun weekDays(vararg values: String)

Parameters

values

A list of days of the week that the job should execute on. Possible values are Sunday, Monday, Tuesday, Wednesday, Thursday, Friday and Saturday.