| Package | Description |
|---|---|
| software.amazon.awscdk.services.backup |
AWS Backup Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
BackupSelection.Builder |
BackupSelection.Builder.allowRestores(Boolean allowRestores)
(experimental) Whether to automatically give restores permissions to the role that AWS Backup uses.
|
BackupSelection.Builder |
BackupSelection.Builder.backupPlan(IBackupPlan backupPlan)
(experimental) The backup plan for this selection.
|
BackupSelection.Builder |
BackupSelection.Builder.backupSelectionName(String backupSelectionName)
(experimental) The name for this selection.
|
static BackupSelection.Builder |
BackupSelection.Builder.create(software.constructs.Construct scope,
String id) |
BackupSelection.Builder |
BackupSelection.Builder.resources(List<? extends BackupResource> resources)
(experimental) The resources to backup.
|
BackupSelection.Builder |
BackupSelection.Builder.role(IRole role)
(experimental) The role that AWS Backup uses to authenticate when backuping or restoring the resources.
|
Copyright © 2021. All rights reserved.