Get Restore Testing Plan Result
data class GetRestoreTestingPlanResult(val recoveryPointSelection: RestoreTestingPlanRestoreTestingRecoveryPointSelection? = null, val restoreTestingPlanArn: String? = null, val scheduleExpression: String? = null, val scheduleExpressionTimezone: String? = null, val scheduleStatus: RestoreTestingPlanRestoreTestingScheduleStatus? = null, val startWindowHours: Int? = null, val tags: List<Tag>? = null)
Constructors
Link copied to clipboard
constructor(recoveryPointSelection: RestoreTestingPlanRestoreTestingRecoveryPointSelection? = null, restoreTestingPlanArn: String? = null, scheduleExpression: String? = null, scheduleExpressionTimezone: String? = null, scheduleStatus: RestoreTestingPlanRestoreTestingScheduleStatus? = null, startWindowHours: Int? = null, tags: List<Tag>? = null)
Properties
Link copied to clipboard
The specified criteria to assign a set of resources, such as recovery point types or backup vaults.
Link copied to clipboard
An Amazon Resource Name (ARN) that uniquely identifies a restore testing plan.
Link copied to clipboard
A CRON expression in specified timezone when a restore testing plan is executed.
Link copied to clipboard
Optional. 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.
Link copied to clipboard
Link copied to clipboard
Defaults 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).