Updates the specified restore testing selection
Source:R/backup_operations.R
backup_update_restore_testing_selection.RdUpdates the specified restore testing selection.
See https://www.paws-r-sdk.com/docs/backup_update_restore_testing_selection/ for full documentation.
Usage
backup_update_restore_testing_selection(
RestoreTestingPlanName,
RestoreTestingSelection,
RestoreTestingSelectionName
)Arguments
- RestoreTestingPlanName
[required] The restore testing plan name is required to update the indicated testing plan.
- RestoreTestingSelection
[required] To update your restore testing selection, you can use either protected resource ARNs or conditions, but not both. That is, if your selection has
ProtectedResourceArns, requesting an update with the parameterProtectedResourceConditionswill be unsuccessful.- RestoreTestingSelectionName
[required] The required restore testing selection name of the restore testing selection you wish to update.