Class CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty
An implementation for
CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.backup.CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty
CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Builder, CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringAcceptable values include "LATEST_WITHIN_WINDOW" or "RANDOM_WITHIN_WINDOW".Accepted values include specific ARNs or list of selectors.Accepted values include wildcard [""] or by specific ARNs or ARN wilcard replacement ["arn:aws:backup:us-west-2:123456789012:backup-vault:asdf", ...] ["arn:aws:backup:::backup-vault:asdf-", ...].These are the types of recovery points.final NumberAccepted values are integers from 1 to 365.final inthashCode()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
protected Jsii$Proxy(CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty.Builder.
-
-
Method Details
-
getAlgorithm
Description copied from interface:CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionPropertyAcceptable values include "LATEST_WITHIN_WINDOW" or "RANDOM_WITHIN_WINDOW".- Specified by:
getAlgorithmin interfaceCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getIncludeVaults
Description copied from interface:CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionPropertyAccepted values include wildcard [""] or by specific ARNs or ARN wilcard replacement ["arn:aws:backup:us-west-2:123456789012:backup-vault:asdf", ...] ["arn:aws:backup:::backup-vault:asdf-", ...].- Specified by:
getIncludeVaultsin interfaceCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getRecoveryPointTypes
Description copied from interface:CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionPropertyThese are the types of recovery points.Include
SNAPSHOTto restore only snapshot recovery points; includeCONTINUOUSto restore continuous recovery points (point in time restore / PITR); use both to restore either a snapshot or a continuous recovery point. The recovery point will be determined by the value forAlgorithm.- Specified by:
getRecoveryPointTypesin interfaceCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getExcludeVaults
Description copied from interface:CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionPropertyAccepted values include specific ARNs or list of selectors.Defaults to empty list if not listed.
- Specified by:
getExcludeVaultsin interfaceCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getSelectionWindowDays
Description copied from interface:CfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionPropertyAccepted values are integers from 1 to 365.- Specified by:
getSelectionWindowDaysin interfaceCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-