AWS::Backup::BackupPlan BackupPlanResourceType
Specifies an object containing properties used to create a backup plan.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AdvancedBackupSettings" :
[ AdvancedBackupSettingResourceType, ... ]
, "BackupPlanName" :String
, "BackupPlanRule" :[ BackupRuleResourceType, ... ]
}
YAML
AdvancedBackupSettings:
- AdvancedBackupSettingResourceType
BackupPlanName:String
BackupPlanRule:- 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
BackupRule
objects, 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