Learn R Programming

paws.storage (version 0.7.0)

backup_create_restore_testing_plan: Creates a restore testing plan

Description

Creates a restore testing plan.

See https://www.paws-r-sdk.com/docs/backup_create_restore_testing_plan/ for full documentation.

Usage

backup_create_restore_testing_plan(
  CreatorRequestId = NULL,
  RestoreTestingPlan,
  Tags = NULL
)

Arguments

CreatorRequestId

This is a unique string that identifies the request and allows failed requests to be retriedwithout the risk of running the operation twice. This parameter is optional. If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

RestoreTestingPlan

[required] A restore testing plan must contain a unique RestoreTestingPlanName string you create and must contain a ScheduleExpression cron. You may optionally include a StartWindowHours integer and a CreatorRequestId string.

The RestoreTestingPlanName is a unique string that is the name of the restore testing plan. This cannot be changed after creation, and it must consist of only alphanumeric characters and underscores.

Tags

The tags to assign to the restore testing plan.