days Of Week
suspend fun daysOfWeek(value: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowDaysOfWeekArgs>)
Parameters
value
The exclusion window occurs on these days of each week in UTC. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Structure is documented below.
suspend fun daysOfWeek(argument: suspend BackupPlanBackupScheduleRpoConfigExclusionWindowDaysOfWeekArgsBuilder.() -> Unit)
Parameters
argument
The exclusion window occurs on these days of each week in UTC. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Structure is documented below.