advancedMonthDays

@JvmName(name = "fopuuaklkvdempru")
suspend fun advancedMonthDays(value: Output<List<Int>>)
@JvmName(name = "nbybikwacktblujg")
suspend fun advancedMonthDays(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 = "dvgfudwxnqffcsel")
suspend fun advancedMonthDays(vararg values: Output<Int>)


@JvmName(name = "kbfolxjbcotbnnad")
suspend fun advancedMonthDays(values: List<Output<Int>>)
@JvmName(name = "pwpncfonxchartba")
suspend fun advancedMonthDays(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.