Class CfnRestoreTestingPlanProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingPlanProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingPlanProps
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 StringThe RestoreTestingPlanName is a unique string that is the name of the restore testing plan.final StringA CRON expression in specified timezone when a restore testing plan is executed.final StringOptional.final NumberDefaults to 24 hours.getTags()Optional tags to include.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.Returns union: either
IResolvableorCfnRestoreTestingPlan.RestoreTestingRecoveryPointSelectionProperty- Specified by:
getRecoveryPointSelectionin interfaceCfnRestoreTestingPlanProps- See Also:
-
getRestoreTestingPlanName
Description copied from interface:CfnRestoreTestingPlanPropsThe RestoreTestingPlanName is a unique string that is the name of the restore testing plan.This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.
- Specified by:
getRestoreTestingPlanNamein interfaceCfnRestoreTestingPlanProps- See Also:
-
getScheduleExpression
Description copied from interface:CfnRestoreTestingPlanPropsA CRON expression in specified timezone when a restore testing plan is executed.When no CRON expression is provided, AWS Backup will use the default expression
cron(0 5 ? * * *).- 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
Description copied from interface:CfnRestoreTestingPlanPropsOptional tags to include.A tag is a key-value pair you can use to manage, filter, and search for your resources. Allowed characters include UTF-8 letters,numbers, spaces, and the following characters:
+ - = . _ : /.- 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()
-