@Stability(value=Stable)
public static interface CfnBackupPlan.BackupRuleResourceTypeProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBackupPlan.BackupRuleResourceTypeProperty.Builder
A builder for
CfnBackupPlan.BackupRuleResourceTypeProperty |
static class |
CfnBackupPlan.BackupRuleResourceTypeProperty.Jsii$Proxy
An implementation for
CfnBackupPlan.BackupRuleResourceTypeProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBackupPlan.BackupRuleResourceTypeProperty.Builder |
builder() |
default Number |
getCompletionWindowMinutes()
`CfnBackupPlan.BackupRuleResourceTypeProperty.CompletionWindowMinutes`.
|
default Object |
getCopyActions()
`CfnBackupPlan.BackupRuleResourceTypeProperty.CopyActions`.
|
default Object |
getEnableContinuousBackup()
`CfnBackupPlan.BackupRuleResourceTypeProperty.EnableContinuousBackup`.
|
default Object |
getLifecycle()
`CfnBackupPlan.BackupRuleResourceTypeProperty.Lifecycle`.
|
default Object |
getRecoveryPointTags()
`CfnBackupPlan.BackupRuleResourceTypeProperty.RecoveryPointTags`.
|
String |
getRuleName()
`CfnBackupPlan.BackupRuleResourceTypeProperty.RuleName`.
|
default String |
getScheduleExpression()
`CfnBackupPlan.BackupRuleResourceTypeProperty.ScheduleExpression`.
|
default Number |
getStartWindowMinutes()
`CfnBackupPlan.BackupRuleResourceTypeProperty.StartWindowMinutes`.
|
String |
getTargetBackupVault()
`CfnBackupPlan.BackupRuleResourceTypeProperty.TargetBackupVault`.
|
@Stability(value=Stable) @NotNull String getRuleName()
@Stability(value=Stable) @NotNull String getTargetBackupVault()
@Stability(value=Stable) @Nullable default Number getCompletionWindowMinutes()
@Stability(value=Stable) @Nullable default Object getCopyActions()
@Stability(value=Stable) @Nullable default Object getEnableContinuousBackup()
@Stability(value=Stable) @Nullable default Object getLifecycle()
@Stability(value=Stable) @Nullable default Object getRecoveryPointTags()
@Stability(value=Stable) @Nullable default String getScheduleExpression()
@Stability(value=Stable) @Nullable default Number getStartWindowMinutes()
@Stability(value=Stable) static CfnBackupPlan.BackupRuleResourceTypeProperty.Builder builder()
Copyright © 2021. All rights reserved.