| 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()
(experimental) Daily with 35 days retention.
|
static BackupPlanRule |
BackupPlanRule.daily(IBackupVault backupVault)
(experimental) Daily with 35 days retention.
|
static BackupPlanRule |
BackupPlanRule.monthly1Year()
(experimental) Monthly 1 year retention, move to cold storage after 1 month.
|
static BackupPlanRule |
BackupPlanRule.monthly1Year(IBackupVault backupVault)
(experimental) Monthly 1 year retention, move to cold storage after 1 month.
|
static BackupPlanRule |
BackupPlanRule.monthly5Year()
(experimental) Monthly 5 year retention, move to cold storage after 3 months.
|
static BackupPlanRule |
BackupPlanRule.monthly5Year(IBackupVault backupVault)
(experimental) Monthly 5 year retention, move to cold storage after 3 months.
|
static BackupPlanRule |
BackupPlanRule.monthly7Year()
(experimental) Monthly 7 year retention, move to cold storage after 3 months.
|
static BackupPlanRule |
BackupPlanRule.monthly7Year(IBackupVault backupVault)
(experimental) Monthly 7 year retention, move to cold storage after 3 months.
|
static BackupPlanRule |
BackupPlanRule.weekly()
(experimental) Weekly with 3 months retention.
|
static BackupPlanRule |
BackupPlanRule.weekly(IBackupVault backupVault)
(experimental) Weekly with 3 months retention.
|
| Modifier and Type | Method and Description |
|---|---|
default List<BackupPlanRule> |
BackupPlanProps.getBackupPlanRules()
(experimental) Rules for the backup plan.
|
List<BackupPlanRule> |
BackupPlanProps.Jsii$Proxy.getBackupPlanRules() |
| Modifier and Type | Method and Description |
|---|---|
void |
BackupPlan.addRule(BackupPlanRule rule)
(experimental) Adds a rule to a plan.
|
| Modifier and Type | Method and Description |
|---|---|
BackupPlanProps.Builder |
BackupPlanProps.Builder.backupPlanRules(List<? extends BackupPlanRule> backupPlanRules)
Sets the value of
BackupPlanProps.getBackupPlanRules() |
BackupPlan.Builder |
BackupPlan.Builder.backupPlanRules(List<? extends BackupPlanRule> backupPlanRules)
(experimental) Rules for the backup plan.
|
| Constructor and Description |
|---|
Jsii$Proxy(String backupPlanName,
List<? extends BackupPlanRule> backupPlanRules,
IBackupVault backupVault)
Constructor that initializes the object based on literal property values passed by the
BackupPlanProps.Builder. |
Copyright © 2021. All rights reserved.