monthDays

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


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