weeksOfMonths

@JvmName(name = "xtqxlicwdwejxqaf")
suspend fun weeksOfMonths(value: Output<List<Int>>)
@JvmName(name = "lyaqiarashphoucb")
suspend fun weeksOfMonths(value: List<Int>?)

Parameters

value

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.


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


@JvmName(name = "tqybgodvovxrqefs")
suspend fun weeksOfMonths(values: List<Output<Int>>)
@JvmName(name = "xqbnkhlkvljvpnqc")
suspend fun weeksOfMonths(vararg values: Int)

Parameters

values

Weeks during the month when maintenance should be performed. Weeks start on the 1st, 8th, 15th, and 22nd days of the month, and have a duration of 7 days. Weeks start and end based on calendar dates, not days of the week.