Class CfnRestoreTestingPlanMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRestoreTestingPlanMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRestoreTestingPlanMixinProps
CfnRestoreTestingPlanMixinProps-
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.CfnRestoreTestingPlanMixinProps
CfnRestoreTestingPlanMixinProps.Builder, CfnRestoreTestingPlanMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRestoreTestingPlanMixinProps.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 theCfnRestoreTestingPlanMixinProps.Builder.
-
-
Method Details
-
getRecoveryPointSelection
Description copied from interface:CfnRestoreTestingPlanMixinPropsThe specified criteria to assign a set of resources, such as recovery point types or backup vaults.Returns union: either
IResolvableorCfnRestoreTestingPlanPropsMixin.RestoreTestingRecoveryPointSelectionProperty- Specified by:
getRecoveryPointSelectionin interfaceCfnRestoreTestingPlanMixinProps- See Also:
-
getRestoreTestingPlanName
Description copied from interface:CfnRestoreTestingPlanMixinPropsThe 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 interfaceCfnRestoreTestingPlanMixinProps- See Also:
-
getScheduleExpression
Description copied from interface:CfnRestoreTestingPlanMixinPropsA 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 interfaceCfnRestoreTestingPlanMixinProps- See Also:
-
getScheduleExpressionTimezone
Description copied from interface:CfnRestoreTestingPlanMixinPropsOptional.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 interfaceCfnRestoreTestingPlanMixinProps- See Also:
-
getStartWindowHours
Description copied from interface:CfnRestoreTestingPlanMixinPropsDefaults 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 interfaceCfnRestoreTestingPlanMixinProps- See Also:
-
getTags
Description copied from interface:CfnRestoreTestingPlanMixinPropsOptional 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 interfaceCfnRestoreTestingPlanMixinProps- 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()
-