| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BackupPlan.Builder |
BackupPlan.Builder.backupPlanName(String backupPlanName)
The display name of the backup plan.
|
BackupPlan.Builder |
BackupPlan.Builder.backupPlanRules(List<? extends BackupPlanRule> backupPlanRules)
Rules for the backup plan.
|
BackupPlan.Builder |
BackupPlan.Builder.backupVault(IBackupVault backupVault)
The backup vault where backups are stored.
|
static BackupPlan.Builder |
BackupPlan.Builder.create(software.constructs.Construct scope,
String id) |
BackupPlan.Builder |
BackupPlan.Builder.windowsVss(Boolean windowsVss)
Enable Windows VSS backup.
|
Copyright © 2022. All rights reserved.