Uses of Class
software.amazon.awscdk.services.backup.BackupPlanRule
-
Uses of BackupPlanRule in software.amazon.awscdk.services.backup
Modifier and TypeMethodDescriptionBackupPlanRule.Builder.build()
static BackupPlanRule
BackupPlanRule.daily()
Daily with 35 days retention.static BackupPlanRule
BackupPlanRule.daily
(IBackupVault backupVault) Daily with 35 days retention.static BackupPlanRule
BackupPlanRule.monthly1Year()
Monthly 1 year retention, move to cold storage after 1 month.static BackupPlanRule
BackupPlanRule.monthly1Year
(IBackupVault backupVault) Monthly 1 year retention, move to cold storage after 1 month.static BackupPlanRule
BackupPlanRule.monthly5Year()
Monthly 5 year retention, move to cold storage after 3 months.static BackupPlanRule
BackupPlanRule.monthly5Year
(IBackupVault backupVault) Monthly 5 year retention, move to cold storage after 3 months.static BackupPlanRule
BackupPlanRule.monthly7Year()
Monthly 7 year retention, move to cold storage after 3 months.static BackupPlanRule
BackupPlanRule.monthly7Year
(IBackupVault backupVault) Monthly 7 year retention, move to cold storage after 3 months.static BackupPlanRule
BackupPlanRule.weekly()
Weekly with 3 months retention.static BackupPlanRule
BackupPlanRule.weekly
(IBackupVault backupVault) Weekly with 3 months retention.Modifier and TypeMethodDescriptiondefault List<BackupPlanRule>
BackupPlanProps.getBackupPlanRules()
Rules for the backup plan.final List<BackupPlanRule>
BackupPlanProps.Jsii$Proxy.getBackupPlanRules()
Modifier and TypeMethodDescriptionvoid
BackupPlan.addRule
(BackupPlanRule rule) Adds a rule to a plan.Modifier and TypeMethodDescriptionBackupPlan.Builder.backupPlanRules
(List<? extends BackupPlanRule> backupPlanRules) Rules for the backup plan.BackupPlanProps.Builder.backupPlanRules
(List<? extends BackupPlanRule> backupPlanRules) Sets the value ofBackupPlanProps.getBackupPlanRules()