backup_create_restore_testing_selection {paws.storage} | R Documentation |
This request can be sent after CreateRestoreTestingPlan request returns successfully
Description
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.
Usage
backup_create_restore_testing_selection(
CreatorRequestId = NULL,
RestoreTestingPlanName,
RestoreTestingSelection
)
Arguments
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
|