@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.848Z") @Stability(value=Stable) public interface BackupPlanProps extends software.amazon.jsii.JsiiSerializable
Example:
BackupPlan plan = BackupPlan.Builder.create(this, "Plan")
.windowsVss(true)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BackupPlanProps.Builder
A builder for
BackupPlanProps |
static class |
BackupPlanProps.Jsii$Proxy
An implementation for
BackupPlanProps |
| Modifier and Type | Method and Description |
|---|---|
static BackupPlanProps.Builder |
builder() |
default String |
getBackupPlanName()
The display name of the backup plan.
|
default List<BackupPlanRule> |
getBackupPlanRules()
Rules for the backup plan.
|
default IBackupVault |
getBackupVault()
The backup vault where backups are stored.
|
default Boolean |
getWindowsVss()
Enable Windows VSS backup.
|
@Stability(value=Stable) @Nullable default String getBackupPlanName()
Default: - A CDK generated name
@Stability(value=Stable) @Nullable default List<BackupPlanRule> getBackupPlanRules()
Use addRule() to add rules after
instantiation.
Default: - use `addRule()` to add rules
@Stability(value=Stable) @Nullable default IBackupVault getBackupVault()
Default: - use the vault defined at the rule level. If not defined a new common vault for the plan will be created
@Stability(value=Stable) @Nullable default Boolean getWindowsVss()
Default: false
@Stability(value=Stable) static BackupPlanProps.Builder builder()
BackupPlanProps.Builder of BackupPlanPropsCopyright © 2022. All rights reserved.