RestoreTestingPlanArgs constructor
const
RestoreTestingPlanArgs({})
Creates a new RestoreTestingPlanArgs.
name The name of the restore testing plan. Must be between 1 and 50 characters long and contain only alphanumeric characters and underscores.
recoveryPointSelection Specifies the recovery point selection configuration. See RecoveryPointSelection section for more details.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
scheduleExpression The schedule expression for the restore testing plan.
scheduleExpressionTimezone The timezone for the schedule expression. If not provided, the state value will be used.
startWindowHours The number of hours in the start window for the restore testing plan. Must be between 1 and 168.
tags Optional.
Implementation
const RestoreTestingPlanArgs({
this.name,
required this.recoveryPointSelection,
this.region,
required this.scheduleExpression,
this.scheduleExpressionTimezone,
this.startWindowHours,
this.tags,
});