backup_update_backup_plan: Updates an existing backup plan identified by its...

View source: R/backup_operations.R

backup_update_backup_planR Documentation

Updates an existing backup plan identified by its backupPlanId with the input document in JSON format

Description

Updates an existing backup plan identified by its backupPlanId with the input document in JSON format. The new version is uniquely identified by a VersionId.

See https://www.paws-r-sdk.com/docs/backup_update_backup_plan/ for full documentation.

Usage

backup_update_backup_plan(BackupPlanId, BackupPlan)

Arguments

BackupPlanId

[required] Uniquely identifies a backup plan.

BackupPlan

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


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