backup_update_backup_plan {paws.storage} | R 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 |
[Package paws.storage version 0.6.0 Index]