backup_create_backup_plan: Creates a backup plan using a backup plan name and backup...

View source: R/backup_operations.R

backup_create_backup_planR Documentation

Creates a backup plan using a backup plan name and backup rules

Description

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://www.paws-r-sdk.com/docs/backup_create_backup_plan/ for full documentation.

Usage

backup_create_backup_plan(
  BackupPlan,
  BackupPlanTags = NULL,
  CreatorRequestId = NULL
)

Arguments

BackupPlan

[required] Specifies the body of a backup plan. Includes a BackupPlanName and one or more sets of Rules.

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 CreatorRequestId that 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.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.