This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Backup::BackupPlan BackupPlanResourceType
Specifies an object containing properties used to create a backup plan.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "AdvancedBackupSettings" :[ AdvancedBackupSettingResourceType, ... ], "BackupPlanName" :String, "BackupPlanRule" :[ BackupRuleResourceType, ... ]}
YAML
AdvancedBackupSettings:- AdvancedBackupSettingResourceTypeBackupPlanName:StringBackupPlanRule:- BackupRuleResourceType
Properties
- AdvancedBackupSettings
- 
                    A list of backup options for each resource type. Required: No Type: Array of AdvancedBackupSettingResourceType Update requires: No interruption 
- BackupPlanName
- 
                    The display name of a backup plan. Required: Yes Type: String Update requires: No interruption 
- BackupPlanRule
- 
                    An array of BackupRuleobjects, each of which specifies a scheduled task that is used to back up a selection of resources.Required: Yes Type: Array of BackupRuleResourceType Update requires: No interruption