@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.852Z") @Stability(value=Stable) public interface BackupSelectionProps extends software.amazon.jsii.JsiiSerializable, BackupSelectionOptions
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.backup.*;
import software.amazon.awscdk.services.iam.*;
BackupPlan backupPlan;
BackupResource backupResource;
Role role;
BackupSelectionProps backupSelectionProps = BackupSelectionProps.builder()
.backupPlan(backupPlan)
.resources(List.of(backupResource))
// the properties below are optional
.allowRestores(false)
.backupSelectionName("backupSelectionName")
.role(role)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
BackupSelectionProps.Builder
A builder for
BackupSelectionProps |
static class |
BackupSelectionProps.Jsii$Proxy
An implementation for
BackupSelectionProps |
| Modifier and Type | Method and Description |
|---|---|
static BackupSelectionProps.Builder |
builder() |
IBackupPlan |
getBackupPlan()
The backup plan for this selection.
|
getAllowRestores, getBackupSelectionName, getResources, getRole@Stability(value=Stable) @NotNull IBackupPlan getBackupPlan()
@Stability(value=Stable) static BackupSelectionProps.Builder builder()
builder in interface BackupSelectionOptionsBackupSelectionProps.Builder of BackupSelectionPropsCopyright © 2022. All rights reserved.