monthDays

@JvmName(name = "khdmwgreppcoknqs")
suspend fun monthDays(value: Output<List<Int>>)
@JvmName(name = "trqtcrkwlxscdkwr")
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 = "pfmgwlrdodflobkj")
suspend fun monthDays(vararg values: Output<Int>)


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

Parameters

values

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