BackupRuleOutput#

Description of backup rules .

Contents#

  • CompletionWindowMinutes — Time in minutes after the start of the backup job, during which it should be completed . Otherwise, it will be canceled.

    • Type: Integer

    • Required: Yes

  • Lifecycle.DeleteAfterDays — Number of days from the backup creation date, after which it will be deleted.

    • Type: Integer

    • Required: No

  • RuleId — The backup rule ID.

    • Type: String

    • Required: Yes

  • RuleName — The name of the backup rule.

    • Type: String

    • Required: Yes

  • ScheduleExpression — CRON expression in UTC for the backup job scheduling.

    • Type: String

    • Required: Yes

  • StartWindowMinutes — Time in minutes during which a backup job should start running. Otherwise the job will be cancelled.

    • Type: Integer

    • Required: Yes

  • TargetBackupVaultName — The name of the backup vault.

    • Type: String

    • Required: Yes