| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BackupPlanRule |
BackupPlanRule.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 Type | Method and Description |
|---|---|
default List<BackupPlanRule> |
BackupPlanProps.getBackupPlanRules()
Rules for the backup plan.
|
List<BackupPlanRule> |
BackupPlanProps.Jsii$Proxy.getBackupPlanRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupPlan.addRule(BackupPlanRule rule)
Adds a rule to a plan.
|
| Modifier and Type | Method and Description |
|---|---|
BackupPlan.Builder |
BackupPlan.Builder.backupPlanRules(List<? extends BackupPlanRule> backupPlanRules)
Rules for the backup plan.
|
BackupPlanProps.Builder |
BackupPlanProps.Builder.backupPlanRules(List<? extends BackupPlanRule> backupPlanRules)
Sets the value of
BackupPlanProps.getBackupPlanRules() |
Copyright © 2022. All rights reserved.