monthDays

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

Parameters

value

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.


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


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

Parameters

values

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.