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 DescribeRecoveryPoint operation. Returns metadata associated with a recovery point, including ID, status, encryption, and lifecycle.

Inheritance Hierarchy

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

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

Syntax

C#
public class DescribeRecoveryPointRequest : AmazonBackupRequest
         IAmazonWebServiceRequest

The DescribeRecoveryPointRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property BackupVaultAccountId System.String

Gets and sets the property BackupVaultAccountId.

This is the account ID of the specified backup vault.

Public Property BackupVaultName System.String

Gets and sets the property BackupVaultName.

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.

Public Property RecoveryPointArn System.String

Gets and sets the property RecoveryPointArn.

An Amazon Resource Name (ARN) that uniquely identifies a recovery point; for example, arn:aws:backup:us-east-1:123456789012:recovery-point:1EB3B5E7-9EB0-435A-A80B-108B488B0D45.

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