monthDays

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


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

Parameters

values

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