Class CfnRestoreTestingPlanProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.backup.CfnRestoreTestingPlanProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingPlanProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingPlanProps
@Stability(Stable)
@Internal
public static final class CfnRestoreTestingPlanProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRestoreTestingPlanProps
An implementation for
CfnRestoreTestingPlanProps-
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.CfnRestoreTestingPlanProps
CfnRestoreTestingPlanProps.Builder, CfnRestoreTestingPlanProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlanProps.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 ObjectThe specified criteria to assign a set of resources, such as recovery point types or backup vaults.final StringThis is the restore testing plan name.final StringA CRON expression in specified timezone when a restore testing plan is executed.final StringOptional.final NumberDefaults to 24 hours.getTags()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
Constructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlanProps.Builder.
-
-
Method Details
-
getRecoveryPointSelection
Description copied from interface:CfnRestoreTestingPlanPropsThe specified criteria to assign a set of resources, such as recovery point types or backup vaults.- Specified by:
getRecoveryPointSelectionin interfaceCfnRestoreTestingPlanProps- See Also:
-
getRestoreTestingPlanName
Description copied from interface:CfnRestoreTestingPlanPropsThis is the restore testing plan name.- Specified by:
getRestoreTestingPlanNamein interfaceCfnRestoreTestingPlanProps- See Also:
-
getScheduleExpression
Description copied from interface:CfnRestoreTestingPlanPropsA CRON expression in specified timezone when a restore testing plan is executed.- Specified by:
getScheduleExpressionin interfaceCfnRestoreTestingPlanProps- See Also:
-
getScheduleExpressionTimezone
Description copied from interface:CfnRestoreTestingPlanPropsOptional.This is the timezone in which the schedule expression is set. By default, ScheduleExpressions are in UTC. You can modify this to a specified timezone.
- Specified by:
getScheduleExpressionTimezonein interfaceCfnRestoreTestingPlanProps- See Also:
-
getStartWindowHours
Description copied from interface:CfnRestoreTestingPlanPropsDefaults to 24 hours.A value in hours after a restore test is scheduled before a job will be canceled if it doesn't start successfully. This value is optional. If this value is included, this parameter has a maximum value of 168 hours (one week).
- Specified by:
getStartWindowHoursin interfaceCfnRestoreTestingPlanProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnRestoreTestingPlanProps- 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()
-