AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Backup::RestoreTestingPlan

CfnRestoreTestingPlan

Creates a restore testing plan. The first of two steps to create a restore testing plan. After this request is successful, finish the procedure using CreateRestoreTestingSelection.

Import

import { CfnRestoreTestingPlan } from 'aws-cdk-lib/aws-backup';

Or use the module namespace:

import * as backup from 'aws-cdk-lib/aws-backup';
// backup.CfnRestoreTestingPlan

Properties

Configuration passed to the constructor as CfnRestoreTestingPlanProps.

recoveryPointSelectionRequired
IResolvable | RestoreTestingRecoveryPointSelectionProperty

The specified criteria to assign a set of resources, such as recovery point types or backup vaults.

restoreTestingPlanNameRequired
string

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.

scheduleExpressionRequired
string

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 ? * * *)` .

scheduleExpressionTimezoneOptional
string

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.

startWindowHoursOptional
number

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

tagsOptional
CfnTag[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter