backup_create_restore_testing_selection: This request can be sent after CreateRestoreTestingPlan...

View source: R/backup_operations.R

backup_create_restore_testing_selectionR 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 RestoreTestingSelectionName, ProtectedResourceType, and one of the following:

  • ProtectedResourceArns

  • ProtectedResourceConditions

Each protected resource type can have one single value.

A restore testing selection can include a wildcard value ("*") for ProtectedResourceArns along with ProtectedResourceConditions. Alternatively, you can include up to 30 specific protected resource ARNs in ProtectedResourceArns.


paws.storage documentation built on May 29, 2024, 2:03 a.m.