monthDays

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

Parameters

value

Days of the month that the job should execute on. Must be between 1 and 31.


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


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

Parameters

values

Days of the month that the job should execute on. Must be between 1 and 31.