monthDays

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

Parameters

value

List of days of the month that the job should execute on. Must be between 1 and 31. -1 for last day of the month. Only valid when frequency is Month.


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


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

Parameters

values

List of days of the month that the job should execute on. Must be between 1 and 31. -1 for last day of the month. Only valid when frequency is Month.