RestoreTestingPlanState constructor
- Input<
String?> ? arn, - Input<
String?> ? name, - Input<
RestoreTestingPlanRecoveryPointSelection?> ? recoveryPointSelection, - Input<
String?> ? region, - Input<
String?> ? scheduleExpression, - Input<
String?> ? scheduleExpressionTimezone, - Input<
int?> ? startWindowHours, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?>
Creates a new RestoreTestingPlanState.
arn ARN of the Restore Testing Plan.
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.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
Implementation
const RestoreTestingPlanState({
this.arn,
this.name,
this.recoveryPointSelection,
this.region,
this.scheduleExpression,
this.scheduleExpressionTimezone,
this.startWindowHours,
this.tags,
this.tagsAll,
});