AWS::Backup::BackupPlanContains 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 { CfnBackupPlan } from 'aws-cdk-lib/aws-backup';Or use the module namespace:
import * as backup from 'aws-cdk-lib/aws-backup';
// backup.CfnBackupPlanConfiguration passed to the constructor as CfnBackupPlanProps.
backupPlanRequiredIResolvable | BackupPlanResourceTypePropertyUniquely identifies the backup plan to be associated with the selection of resources.
backupPlanTagsOptional{ [key: string]: string }The tags to assign to the backup plan.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-backupAWS::Backup::BackupPlan