@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:01.464Z") @Stability(value=Experimental) 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()
(experimental) The display name of the backup plan.
|
default List<BackupPlanRule> |
getBackupPlanRules()
(experimental) Rules for the backup plan.
|
default IBackupVault |
getBackupVault()
(experimental) The backup vault where backups are stored.
|
default Boolean |
getWindowsVss()
(experimental) Enable Windows VSS backup.
|
@Stability(value=Experimental) @Nullable default String getBackupPlanName()
Default: - A CDK generated name
@Stability(value=Experimental) @Nullable default List<BackupPlanRule> getBackupPlanRules()
Use addRule() to add rules after
instantiation.
Default: - use `addRule()` to add rules
@Stability(value=Experimental) @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=Experimental) @Nullable default Boolean getWindowsVss()
Default: false
@Stability(value=Experimental) static BackupPlanProps.Builder builder()
BackupPlanProps.Builder of BackupPlanPropsCopyright © 2022. All rights reserved.