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 is a recovery point which is a child (nested) recovery point of a parent (composite) recovery point. These recovery points can be disassociated from their parent (composite) recovery point, in which case they will no longer be a member.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.RecoveryPointMember

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

Syntax

C#
public class RecoveryPointMember

The RecoveryPointMember type exposes the following members

Constructors

NameDescription
Public Method RecoveryPointMember()

Properties

NameTypeDescription
Public Property BackupVaultName System.String

Gets and sets the property BackupVaultName.

This is the name of the backup vault (the logical container in which backups are stored).

Public Property RecoveryPointArn System.String

Gets and sets the property RecoveryPointArn.

This is the Amazon Resource Name (ARN) of the parent (composite) recovery point.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

This is the Amazon Resource Name (ARN) that uniquely identifies a saved resource.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

This is the Amazon Web Services resource type that is saved as a recovery point.

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