Creates a backup plan using a backup plan name and backup rules
Source:R/backup_operations.R
backup_create_backup_plan.RdCreates a backup plan using a backup plan name and backup rules. A backup plan is a document that contains information that Backup uses to schedule tasks that create recovery points for resources.
See https://www.paws-r-sdk.com/docs/backup_create_backup_plan/ for full documentation.
Arguments
- BackupPlan
[required] The body of a backup plan. Includes a
BackupPlanNameand one or more sets ofRules.The tags to assign to the backup plan.
- CreatorRequestId
Identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a
CreatorRequestIdthat matches an existing backup plan, that plan is returned. This parameter is optional.If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.