weeksOfMonths

@JvmName(name = "ojrprxbwmonurtud")
suspend fun weeksOfMonths(value: Output<List<Int>>)
@JvmName(name = "ueypmihqodguorhi")
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 = "tsbuciklgcggyasa")
suspend fun weeksOfMonths(vararg values: Output<Int>)


@JvmName(name = "jqtfenpuehvhcgou")
suspend fun weeksOfMonths(values: List<Output<Int>>)
@JvmName(name = "iybesbxolsnagvmb")
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.