single Occurrence Date
suspend fun singleOccurrenceDate(value: Output<BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs>)
suspend fun singleOccurrenceDate(value: BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgs?)
Parameters
value
No recurrence. The exclusion window occurs only once and on this date in UTC. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Structure is documented below.
suspend fun singleOccurrenceDate(argument: suspend BackupPlanBackupScheduleRpoConfigExclusionWindowSingleOccurrenceDateArgsBuilder.() -> Unit)
Parameters
argument
No recurrence. The exclusion window occurs only once and on this date in UTC. Only one of singleOccurrenceDate, daily and daysOfWeek may be set. Structure is documented below.