backup_delete_recovery_point {paws.storage} | R Documentation |
Deletes the recovery point specified by a recovery point ID
Description
Deletes the recovery point specified by a recovery point ID.
See https://www.paws-r-sdk.com/docs/backup_delete_recovery_point/ for full documentation.
Usage
backup_delete_recovery_point(BackupVaultName, RecoveryPointArn)
Arguments
BackupVaultName |
[required] The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. |
RecoveryPointArn |
[required] An Amazon Resource Name (ARN) that uniquely identifies a recovery point;
for example,
|
[Package paws.storage version 0.7.0 Index]