monthDays

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

Parameters

value

A list of days of the month that the job should execute on.


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


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

Parameters

values

A list of days of the month that the job should execute on.