Uses of Class
software.amazon.awscdk.services.backup.BackupPlan
Packages that use BackupPlan
-
Uses of BackupPlan in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup that return BackupPlanModifier and TypeMethodDescriptionBackupPlan.Builder.build()static BackupPlanBackupPlan.daily35DayRetention(software.constructs.Construct scope, String id) Daily with 35 day retention.static BackupPlanBackupPlan.daily35DayRetention(software.constructs.Construct scope, String id, IBackupVault backupVault) Daily with 35 day retention.static BackupPlanBackupPlan.dailyMonthly1YearRetention(software.constructs.Construct scope, String id) Daily and monthly with 1 year retention.static BackupPlanBackupPlan.dailyMonthly1YearRetention(software.constructs.Construct scope, String id, IBackupVault backupVault) Daily and monthly with 1 year retention.static BackupPlanBackupPlan.dailyWeeklyMonthly5YearRetention(software.constructs.Construct scope, String id) Daily, weekly and monthly with 5 year retention.static BackupPlanBackupPlan.dailyWeeklyMonthly5YearRetention(software.constructs.Construct scope, String id, IBackupVault backupVault) Daily, weekly and monthly with 5 year retention.static BackupPlanBackupPlan.dailyWeeklyMonthly7YearRetention(software.constructs.Construct scope, String id) Daily, weekly and monthly with 7 year retention.static BackupPlanBackupPlan.dailyWeeklyMonthly7YearRetention(software.constructs.Construct scope, String id, IBackupVault backupVault) Daily, weekly and monthly with 7 year retention.