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.

This contains metadata about a restore testing selection.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.RestoreTestingSelectionForGet

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

Syntax

C#
public class RestoreTestingSelectionForGet

The RestoreTestingSelectionForGet type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CreationTime System.DateTime

Gets and sets the property CreationTime.

The date and time that a restore testing selection was created, in Unix format and Coordinated Universal Time (UTC). The value of CreationTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 201812:11:30.087 AM.

Public Property CreatorRequestId System.String

Gets and sets the property CreatorRequestId.

This identifies the request and allows failed requests to be retried without the risk of running the operation twice. If the request includes a CreatorRequestId that matches an existing backup plan, that plan is returned. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

Public Property IamRoleArn System.String

Gets and sets the property IamRoleArn.

The Amazon Resource Name (ARN) of the IAM role that Backup uses to create the target resource; for example:arn:aws:iam::123456789012:role/S3Access.

Public Property ProtectedResourceArns System.Collections.Generic.List<System.String>

Gets and sets the property ProtectedResourceArns.

You can include specific ARNs, such as ProtectedResourceArns: ["arn:aws:...", "arn:aws:..."] or you can include a wildcard: ProtectedResourceArns: ["*"], but not both.

Public Property ProtectedResourceConditions Amazon.Backup.Model.ProtectedResourceConditions

Gets and sets the property ProtectedResourceConditions.

In a resource testing selection, this parameter filters by specific conditions such as StringEquals or StringNotEquals.

Public Property ProtectedResourceType System.String

Gets and sets the property ProtectedResourceType.

The type of Amazon Web Services resource included in a resource testing selection; for example, an Amazon EBS volume or an Amazon RDS database.

Public Property RestoreMetadataOverrides System.Collections.Generic.Dictionary<System.String, System.String>

Gets and sets the property RestoreMetadataOverrides.

You can override certain restore metadata keys by including the parameter RestoreMetadataOverrides in the body of RestoreTestingSelection. Key values are not case sensitive.

See the complete list of restore testing inferred metadata.

Public Property RestoreTestingPlanName System.String

Gets and sets the property RestoreTestingPlanName.

The RestoreTestingPlanName is a unique string that is the name of the restore testing plan.

Public Property RestoreTestingSelectionName System.String

Gets and sets the property RestoreTestingSelectionName.

This is the unique name of the restore testing selection that belongs to the related restore testing plan.

Public Property ValidationWindowHours System.Int32

Gets and sets the property ValidationWindowHours.

This is amount of hours (1 to 168) available to run a validation script on the data. The data will be deleted upon the completion of the validation script or the end of the specified retention period, whichever comes first.

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