View source: R/backup_operations.R
backup_cancel_legal_hold | R Documentation |
Removes the specified legal hold on a recovery point. This action can only be performed by a user with sufficient permissions.
See https://www.paws-r-sdk.com/docs/backup_cancel_legal_hold/ for full documentation.
backup_cancel_legal_hold(
LegalHoldId,
CancelDescription,
RetainRecordInDays = NULL
)
LegalHoldId |
[required] The ID of the legal hold. |
CancelDescription |
[required] A string the describes the reason for removing the legal hold. |
RetainRecordInDays |
The integer amount, in days, after which to remove legal hold. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.