AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateRestoreTestingSelection operation. Most elements except the RestoreTestingSelectionName can be updated with this request.

RestoreTestingSelection can use either protected resource ARNs or conditions, but not both. That is, if your selection has ProtectedResourceArns, requesting an update with the parameter ProtectedResourceConditions will be unsuccessful.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Backup.AmazonBackupRequest
      Amazon.Backup.Model.UpdateRestoreTestingSelectionRequest

Namespace: Amazon.Backup.Model
Assembly: AWSSDK.Backup.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateRestoreTestingSelectionRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The UpdateRestoreTestingSelectionRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property RestoreTestingPlanName System.String

Gets and sets the property RestoreTestingPlanName.

The restore testing plan name is required to update the indicated testing plan.

Public Property RestoreTestingSelection Amazon.Backup.Model.RestoreTestingSelectionForUpdate

Gets and sets the property RestoreTestingSelection.

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 parameter ProtectedResourceConditions will be unsuccessful.

Public Property RestoreTestingSelectionName System.String

Gets and sets the property RestoreTestingSelectionName.

This is the required restore testing selection name of the restore testing selection you wish to update.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5