@Stability(value=Stable) @Internal public static final class CfnBackupSelection.BackupSelectionResourceTypeProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnBackupSelection.BackupSelectionResourceTypeProperty
CfnBackupSelection.BackupSelectionResourceTypePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnBackupSelection.BackupSelectionResourceTypeProperty.Builder, CfnBackupSelection.BackupSelectionResourceTypeProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnBackupSelection.BackupSelectionResourceTypeProperty.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) |
Object |
getConditions()
A list of conditions that you define to assign resources to your backup plans using tags.
|
String |
getIamRoleArn()
The ARN of the IAM role that AWS Backup uses to authenticate when backing up the target resource;
|
Object |
getListOfTags()
An array of conditions used to specify a set of resources to assign to a backup plan;
|
List<String> |
getNotResources()
A list of Amazon Resource Names (ARNs) to exclude from a backup plan.
|
List<String> |
getResources()
An array of strings that contain Amazon Resource Names (ARNs) of resources to assign to a backup plan.
|
String |
getSelectionName()
The display name of a resource selection document.
|
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(CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder builder)
CfnBackupSelection.BackupSelectionResourceTypeProperty.Builder.public final String getIamRoleArn()
CfnBackupSelection.BackupSelectionResourceTypeProperty
for example, arn:aws:iam::123456789012:role/S3Access .
getIamRoleArn in interface CfnBackupSelection.BackupSelectionResourceTypePropertypublic final String getSelectionName()
CfnBackupSelection.BackupSelectionResourceTypePropertygetSelectionName in interface CfnBackupSelection.BackupSelectionResourceTypePropertypublic final Object getConditions()
CfnBackupSelection.BackupSelectionResourceTypeProperty
For example, "StringEquals": {"Department": "accounting" . Condition operators are case sensitive.
Conditions differs from ListOfTags as follows:
Conditions supports StringEquals , StringLike , StringNotEquals , and StringNotLike . ListOfTags only supports StringEquals .getConditions in interface CfnBackupSelection.BackupSelectionResourceTypePropertypublic final Object getListOfTags()
CfnBackupSelection.BackupSelectionResourceTypeProperty
for example, "STRINGEQUALS": {"Department":"accounting" .
getListOfTags in interface CfnBackupSelection.BackupSelectionResourceTypePropertypublic final List<String> getNotResources()
CfnBackupSelection.BackupSelectionResourceTypePropertyThe maximum number of ARNs is 500 without wildcards, or 30 ARNs with wildcards.
If you need to exclude many resources from a backup plan, consider a different resource selection strategy, such as assigning only one or a few resource types or refining your resource selection using tags.
getNotResources in interface CfnBackupSelection.BackupSelectionResourceTypePropertypublic final List<String> getResources()
CfnBackupSelection.BackupSelectionResourceTypePropertygetResources in interface CfnBackupSelection.BackupSelectionResourceTypeProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.