Class CfnRestoreTestingSelectionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnRestoreTestingSelectionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingSelectionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingSelectionProps
@Stability(Stable)
@Internal
public static final class CfnRestoreTestingSelectionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRestoreTestingSelectionProps
An implementation for
CfnRestoreTestingSelectionProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnRestoreTestingSelectionProps
CfnRestoreTestingSelectionProps.Builder, CfnRestoreTestingSelectionProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingSelectionProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target resource;You can include specific ARNs, such asProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]
or you can include a wildcard:ProtectedResourceArns: ["*"]
, but not both.final Object
In a resource testing selection, this parameter filters by specific conditions such asStringEquals
orStringNotEquals
.final String
The type of AWS resource included in a resource testing selection;final Object
You can override certain restore metadata keys by including the parameterRestoreMetadataOverrides
in the body ofRestoreTestingSelection
.final String
Unique string that is the name of the restore testing plan.final String
The unique name of the restore testing selection that belongs to the related restore testing plan.final Number
This is amount of hours (1 to 168) available to run a validation script on the data.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingSelectionProps.Builder
.
-
-
Method Details
-
getIamRoleArn
Description copied from interface:CfnRestoreTestingSelectionProps
The Amazon Resource Name (ARN) of the IAM role that AWS Backup uses to create the target resource;for example:
arn:aws:iam::123456789012:role/S3Access
.- Specified by:
getIamRoleArn
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getProtectedResourceType
Description copied from interface:CfnRestoreTestingSelectionProps
The type of AWS resource included in a resource testing selection;for example, an Amazon EBS volume or an Amazon RDS database.
- Specified by:
getProtectedResourceType
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getRestoreTestingPlanName
Description copied from interface:CfnRestoreTestingSelectionProps
Unique string that is the name of the restore testing plan.The name cannot be changed after creation. The name must consist of only alphanumeric characters and underscores. Maximum length is 50.
- Specified by:
getRestoreTestingPlanName
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getRestoreTestingSelectionName
Description copied from interface:CfnRestoreTestingSelectionProps
The unique name of the restore testing selection that belongs to the related restore testing plan.- Specified by:
getRestoreTestingSelectionName
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getProtectedResourceArns
Description copied from interface:CfnRestoreTestingSelectionProps
You can include specific ARNs, such asProtectedResourceArns: ["arn:aws:...", "arn:aws:..."]
or you can include a wildcard:ProtectedResourceArns: ["*"]
, but not both.- Specified by:
getProtectedResourceArns
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getProtectedResourceConditions
Description copied from interface:CfnRestoreTestingSelectionProps
In a resource testing selection, this parameter filters by specific conditions such asStringEquals
orStringNotEquals
.- Specified by:
getProtectedResourceConditions
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getRestoreMetadataOverrides
Description copied from interface:CfnRestoreTestingSelectionProps
You can override certain restore metadata keys by including the parameterRestoreMetadataOverrides
in the body ofRestoreTestingSelection
.Key values are not case sensitive.
See the complete list of restore testing inferred metadata .
- Specified by:
getRestoreMetadataOverrides
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
getValidationWindowHours
Description copied from interface:CfnRestoreTestingSelectionProps
This is amount of hours (1 to 168) available to run a validation script on the data.The data will be deleted upon the completion of the validation script or the end of the specified retention period, whichever comes first.
- Specified by:
getValidationWindowHours
in interfaceCfnRestoreTestingSelectionProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-