AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::Backup::BackupPlan

CfnBackupPlan

Contains an optional backup plan display name and an array of `BackupRule` objects, each of which specifies a backup rule. Each rule in a backup plan is a separate scheduled task and can back up a different selection of AWS resources. For a sample CloudFormation template, see the [AWS Backup Developer Guide](https://docs.aws.amazon.com/aws-backup/latest/devguide/assigning-resources.html#assigning-resources-cfn) .

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnBackupPlanProps.

backupPlanRequired
IResolvable | BackupPlanResourceTypeProperty

Uniquely identifies the backup plan to be associated with the selection of resources.

backupPlanTagsOptional
{ [key: string]: string }

The tags to assign to the backup plan.

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