advancedMonthDays

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


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