@Stability(value=Experimental) @Internal public static final class BackupSelectionProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements BackupSelectionProps
BackupSelectionPropssoftware.amazon.jsii.JsiiObject.InitializationModeBackupSelectionProps.Builder, BackupSelectionProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
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. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Boolean |
getAllowRestores()
(experimental) Whether to automatically give restores permissions to the role that AWS Backup uses.
|
IBackupPlan |
getBackupPlan()
(experimental) The backup plan for this selection.
|
String |
getBackupSelectionName()
(experimental) The name for this selection.
|
List<BackupResource> |
getResources()
(experimental) The resources to backup.
|
IRole |
getRole()
(experimental) The role that AWS Backup uses to authenticate when backuping or restoring the resources.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(IBackupPlan backupPlan, List<? extends BackupResource> resources, Boolean allowRestores, String backupSelectionName, IRole role)
BackupSelectionProps.Builder.public final IBackupPlan getBackupPlan()
BackupSelectionPropsgetBackupPlan in interface BackupSelectionPropspublic final List<BackupResource> getResources()
BackupSelectionOptions
Use the helper static methods defined on BackupResource.
getResources in interface BackupSelectionOptionspublic final Boolean getAllowRestores()
BackupSelectionOptions
If true, the AWSBackupServiceRolePolicyForRestores managed
policy will be attached to the role.
Default: false
getAllowRestores in interface BackupSelectionOptionspublic final String getBackupSelectionName()
BackupSelectionOptionsDefault: - a CDK generated name
getBackupSelectionName in interface BackupSelectionOptionspublic final IRole getRole()
BackupSelectionOptions
The AWSBackupServiceRolePolicyForBackup managed policy
will be attached to this role.
Default: - a new role will be created
getRole in interface BackupSelectionOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2021. All rights reserved.