@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:00:50.206Z") @Stability(value=Experimental) public interface BackupPlanRuleProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
BackupPlanRuleProps.Builder
A builder for
BackupPlanRuleProps |
static class |
BackupPlanRuleProps.Jsii$Proxy
An implementation for
BackupPlanRuleProps |
| Modifier and Type | Method and Description |
|---|---|
static BackupPlanRuleProps.Builder |
builder() |
default IBackupVault |
getBackupVault()
(experimental) The backup vault where backups are.
|
default Duration |
getCompletionWindow()
(experimental) The duration after a backup job is successfully started before it must be completed or it is canceled by AWS Backup.
|
default Duration |
getDeleteAfter()
(experimental) Specifies the duration after creation that a recovery point is deleted.
|
default Duration |
getMoveToColdStorageAfter()
(experimental) Specifies the duration after creation that a recovery point is moved to cold storage.
|
default String |
getRuleName()
(experimental) A display name for the backup rule.
|
default Schedule |
getScheduleExpression()
(experimental) A CRON expression specifying when AWS Backup initiates a backup job.
|
default Duration |
getStartWindow()
(experimental) The duration after a backup is scheduled before a job is canceled if it doesn't start successfully.
|
@Stability(value=Experimental) @Nullable default IBackupVault getBackupVault()
Default: - use the vault defined at the plan level. If not defined a new common vault for the plan will be created
@Stability(value=Experimental) @Nullable default Duration getCompletionWindow()
Default: - 8 hours
@Stability(value=Experimental) @Nullable default Duration getDeleteAfter()
Must be greater than moveToColdStorageAfter.
Default: - recovery point is never deleted
@Stability(value=Experimental) @Nullable default Duration getMoveToColdStorageAfter()
Default: - recovery point is never moved to cold storage
@Stability(value=Experimental) @Nullable default String getRuleName()
Default: - a CDK generated name
@Stability(value=Experimental) @Nullable default Schedule getScheduleExpression()
Default: - no schedule
@Stability(value=Experimental) @Nullable default Duration getStartWindow()
Default: - 8 hours
@Stability(value=Experimental) static BackupPlanRuleProps.Builder builder()
BackupPlanRuleProps.Builder of BackupPlanRulePropsCopyright © 2021. All rights reserved.