| 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
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)
Import an existing backup plan.
|
IBackupPlan |
BackupSelectionProps.getBackupPlan()
The backup plan for this selection.
|
IBackupPlan |
BackupSelectionProps.Jsii$Proxy.getBackupPlan() |
| Modifier and Type | Method and Description |
|---|---|
BackupSelection.Builder |
BackupSelection.Builder.backupPlan(IBackupPlan backupPlan)
The backup plan for this selection.
|
BackupSelectionProps.Builder |
BackupSelectionProps.Builder.backupPlan(IBackupPlan backupPlan)
Sets the value of
BackupSelectionProps.getBackupPlan() |
Copyright © 2022. All rights reserved.