monthDays

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


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