daysOfMonths

@JvmName(name = "wdtdpyoqmyxytcbk")
suspend fun daysOfMonths(value: Output<List<Int>>)
@JvmName(name = "lovilkicwxspvhiu")
suspend fun daysOfMonths(value: List<Int>?)

Parameters

value

Day(s) of the month on which the trigger is scheduled. This value can be specified with a monthly frequency only.


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


@JvmName(name = "kenvucohkrmansul")
suspend fun daysOfMonths(values: List<Output<Int>>)
@JvmName(name = "ltpbidbxvexefxgc")
suspend fun daysOfMonths(vararg values: Int)

Parameters

values

Day(s) of the month on which the trigger is scheduled. This value can be specified with a monthly frequency only.