monthDays

@JvmName(name = "qvlvahgosmqswrpt")
suspend fun monthDays(value: Output<List<Int>>)
@JvmName(name = "wbmyyelldyippxfu")
suspend fun monthDays(value: List<Int>?)

Parameters

value

Days of the month that the job should execute on. Must be between 1 and 31.


@JvmName(name = "pqtrhtvkvypsiyjb")
suspend fun monthDays(vararg values: Output<Int>)


@JvmName(name = "dbqwjqxrwvmxbroq")
suspend fun monthDays(values: List<Output<Int>>)
@JvmName(name = "cctutrmtbiebsmnb")
suspend fun monthDays(vararg values: Int)

Parameters

values

Days of the month that the job should execute on. Must be between 1 and 31.