Class CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.backup.CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty
@Stability(Stable)
@Internal
public static final class CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty
An implementation for
CfnRestoreTestingPlanPropsMixin.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.cfnpropertymixins.services.backup.CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty
CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Builder, CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlanPropsMixin.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(CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty.Builder.
-
-
Method Details
-
getAlgorithm
Description copied from interface:CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionPropertyAcceptable values include "LATEST_WITHIN_WINDOW" or "RANDOM_WITHIN_WINDOW".- Specified by:
getAlgorithmin interfaceCfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getExcludeVaults
Description copied from interface:CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionPropertyAccepted values include specific ARNs or list of selectors.Defaults to empty list if not listed.
- Specified by:
getExcludeVaultsin interfaceCfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getIncludeVaults
Description copied from interface:CfnRestoreTestingPlanPropsMixin.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 interfaceCfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getRecoveryPointTypes
Description copied from interface:CfnRestoreTestingPlanPropsMixin.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 interfaceCfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty- See Also:
-
getSelectionWindowDays
Description copied from interface:CfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionPropertyAccepted values are integers from 1 to 365.- Specified by:
getSelectionWindowDaysin interfaceCfnRestoreTestingPlanPropsMixin.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()
-