monthDays

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

Parameters

value

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.


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


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

Parameters

values

Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.