View source: R/backup_operations.R
backup_create_restore_testing_selection | R Documentation |
This request can be sent after CreateRestoreTestingPlan request returns successfully. This is the second part of creating a resource testing plan, and it must be completed sequentially.
See https://www.paws-r-sdk.com/docs/backup_create_restore_testing_selection/ for full documentation.
backup_create_restore_testing_selection(
CreatorRequestId = NULL,
RestoreTestingPlanName,
RestoreTestingSelection
)
CreatorRequestId |
This is an optional unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters. |
RestoreTestingPlanName |
[required] Input the restore testing plan name that was returned from the related CreateRestoreTestingPlan request. |
RestoreTestingSelection |
[required] This consists of
Each protected resource type can have one single value. A restore testing selection can include a wildcard value ("*") for
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.