backupWindow

@JvmName(name = "lvroicidvnvjlxbh")
suspend fun backupWindow(value: Output<BackupPlanBackupRuleStandardScheduleBackupWindowArgs>)
@JvmName(name = "eaurwerlrbuobvah")
suspend fun backupWindow(value: BackupPlanBackupRuleStandardScheduleBackupWindowArgs?)

Parameters

value

A BackupWindow defines the window of the day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as NOT_RUN if they do not start by the end of the window. Structure is documented below.


@JvmName(name = "xurrsfvdgiwrrgkb")
suspend fun backupWindow(argument: suspend BackupPlanBackupRuleStandardScheduleBackupWindowArgsBuilder.() -> Unit)

Parameters

argument

A BackupWindow defines the window of the day during which backup jobs will run. Jobs are queued at the beginning of the window and will be marked as NOT_RUN if they do not start by the end of the window. Structure is documented below.