GetRestoreTestingPlanResult

data class GetRestoreTestingPlanResult(val recoveryPointSelection: RestoreTestingPlanRestoreTestingRecoveryPointSelection? = null, val restoreTestingPlanArn: String? = null, val scheduleExpression: String? = null, val scheduleExpressionTimezone: String? = 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, startWindowHours: Int? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

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. When no CRON expression is provided, AWS Backup will use the default expression cron(0 5 ? * * *) .

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
val startWindowHours: Int? = null

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).

Link copied to clipboard
val tags: List<Tag>? = null

Optional 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: + - = . _ : /.