monthDays

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


@JvmName(name = "oqgqvnoffkaabtmj")
suspend fun monthDays(values: List<Output<Int>>)
@JvmName(name = "tlhskojefkfohhtc")
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.