Delete Backup Plan
backup_delete_backup_plan | R Documentation |
Deletes a backup plan¶
Description¶
Deletes a backup plan. A backup plan can only be deleted after all associated selections of resources have been deleted. Deleting a backup plan deletes the current version of a backup plan. Previous versions, if any, will still exist.
Usage¶
Arguments¶
BackupPlanId
[required] Uniquely identifies a backup plan.
Value¶
A list with the following syntax:
list(
BackupPlanId = "string",
BackupPlanArn = "string",
DeletionDate = as.POSIXct(
"2015-01-01"
),
VersionId = "string"
)