RestoreTestingPlanArgs

data class RestoreTestingPlanArgs(val recoveryPointSelection: Output<RestoreTestingPlanRestoreTestingRecoveryPointSelectionArgs>? = null, val restoreTestingPlanName: Output<String>? = null, val scheduleExpression: Output<String>? = null, val scheduleExpressionTimezone: Output<String>? = null, val scheduleStatus: Output<RestoreTestingPlanRestoreTestingScheduleStatus>? = null, val startWindowHours: Output<Int>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<RestoreTestingPlanArgs>

Definition of AWS::Backup::RestoreTestingPlan Resource Type

Constructors

Link copied to clipboard
constructor(recoveryPointSelection: Output<RestoreTestingPlanRestoreTestingRecoveryPointSelectionArgs>? = null, restoreTestingPlanName: Output<String>? = null, scheduleExpression: Output<String>? = null, scheduleExpressionTimezone: Output<String>? = null, scheduleStatus: Output<RestoreTestingPlanRestoreTestingScheduleStatus>? = null, startWindowHours: Output<Int>? = null, tags: Output<List<TagArgs>>? = 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
val restoreTestingPlanName: Output<String>? = null

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

Link copied to clipboard
val scheduleExpression: Output<String>? = null

A CRON expression in specified timezone when a restore testing plan is executed.

Link copied to clipboard
val scheduleExpressionTimezone: Output<String>? = null

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
val startWindowHours: Output<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: Output<List<TagArgs>>? = 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: + - = . _ : /.

Functions

Link copied to clipboard
open override fun toJava(): RestoreTestingPlanArgs