| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BackupPlan |
BackupPlan.Builder.build() |
static BackupPlan |
BackupPlan.daily35DayRetention(software.constructs.Construct scope,
String id)
Daily with 35 day retention.
|
static BackupPlan |
BackupPlan.daily35DayRetention(software.constructs.Construct scope,
String id,
IBackupVault backupVault)
Daily with 35 day retention.
|
static BackupPlan |
BackupPlan.dailyMonthly1YearRetention(software.constructs.Construct scope,
String id)
Daily and monthly with 1 year retention.
|
static BackupPlan |
BackupPlan.dailyMonthly1YearRetention(software.constructs.Construct scope,
String id,
IBackupVault backupVault)
Daily and monthly with 1 year retention.
|
static BackupPlan |
BackupPlan.dailyWeeklyMonthly5YearRetention(software.constructs.Construct scope,
String id)
Daily, weekly and monthly with 5 year retention.
|
static BackupPlan |
BackupPlan.dailyWeeklyMonthly5YearRetention(software.constructs.Construct scope,
String id,
IBackupVault backupVault)
Daily, weekly and monthly with 5 year retention.
|
static BackupPlan |
BackupPlan.dailyWeeklyMonthly7YearRetention(software.constructs.Construct scope,
String id)
Daily, weekly and monthly with 7 year retention.
|
static BackupPlan |
BackupPlan.dailyWeeklyMonthly7YearRetention(software.constructs.Construct scope,
String id,
IBackupVault backupVault)
Daily, weekly and monthly with 7 year retention.
|
Copyright © 2022. All rights reserved.