@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-14T16:25:37.480Z") public interface BackupSelectionProps extends 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
IBackupPlan getBackupPlan()
static BackupSelectionProps.Builder builder()
builder
in interface BackupSelectionOptions
BackupSelectionProps.Builder
of BackupSelectionProps