| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IBackupPlan.Jsii$Default
Internal default implementation for
IBackupPlan. |
| Modifier and Type | Class and Description |
|---|---|
class |
BackupPlan
(experimental) A backup plan.
|
static class |
IBackupPlan.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
static IBackupPlan |
BackupPlan.fromBackupPlanId(software.constructs.Construct scope,
String id,
String backupPlanId)
(experimental) Import an existing backup plan.
|
IBackupPlan |
BackupSelectionProps.getBackupPlan()
(experimental) The backup plan for this selection.
|
IBackupPlan |
BackupSelectionProps.Jsii$Proxy.getBackupPlan() |
| Modifier and Type | Method and Description |
|---|---|
BackupSelectionProps.Builder |
BackupSelectionProps.Builder.backupPlan(IBackupPlan backupPlan)
Sets the value of
BackupSelectionProps.getBackupPlan() |
BackupSelection.Builder |
BackupSelection.Builder.backupPlan(IBackupPlan backupPlan)
(experimental) The backup plan for this selection.
|
| Constructor and Description |
|---|
Jsii$Proxy(IBackupPlan backupPlan,
List<? extends BackupResource> resources,
Boolean allowRestores,
String backupSelectionName,
IRole role)
Constructor that initializes the object based on literal property values passed by the
BackupSelectionProps.Builder. |
Copyright © 2021. All rights reserved.