| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BackupPlanRule.Builder |
BackupPlanRule.Builder.backupVault(IBackupVault backupVault)
(experimental) The backup vault where backups are.
|
BackupPlanRule.Builder |
BackupPlanRule.Builder.completionWindow(Duration completionWindow)
(experimental) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.
|
static BackupPlanRule.Builder |
BackupPlanRule.Builder.create() |
BackupPlanRule.Builder |
BackupPlanRule.Builder.deleteAfter(Duration deleteAfter)
(experimental) Specifies the duration after creation that a recovery point is deleted.
|
BackupPlanRule.Builder |
BackupPlanRule.Builder.moveToColdStorageAfter(Duration moveToColdStorageAfter)
(experimental) Specifies the duration after creation that a recovery point is moved to cold storage.
|
BackupPlanRule.Builder |
BackupPlanRule.Builder.ruleName(String ruleName)
(experimental) A display name for the backup rule.
|
BackupPlanRule.Builder |
BackupPlanRule.Builder.scheduleExpression(Schedule scheduleExpression)
(experimental) A CRON expression specifying when AWS Backup initiates a backup job.
|
BackupPlanRule.Builder |
BackupPlanRule.Builder.startWindow(Duration startWindow)
(experimental) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
Copyright © 2021. All rights reserved.