View source: R/backup_operations.R
backup_create_backup_plan | R Documentation |
Creates 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://paws-r.github.io/docs/backup/create_backup_plan.html for full documentation.
backup_create_backup_plan( BackupPlan, BackupPlanTags = NULL, CreatorRequestId = NULL )
BackupPlan |
[required] Specifies the body of a backup plan. Includes a |
BackupPlanTags |
To help organize your resources, you can assign your own metadata to the resources that you create. Each tag is a key-value pair. The specified tags are assigned to all backups created with this 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
If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.