weeklyPeriod

@JvmName(name = "mfhvkhoqnbtxithy")
suspend fun weeklyPeriod(value: Output<String>)
@JvmName(name = "iqennxowjdgsdbjx")
suspend fun weeklyPeriod(value: String)

Parameters

value

Maintenance cycle, you can set the values from Monday to Sunday, separated by commas when the values are multiple. The default is Thursday. for example:

maintenance_window {
enable = true
maintenance_time = "01:00:00Z"
duration = "3h"
weekly_period = "Monday,Friday"
}