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.

A structure that contains information about a backed-up resource.

Inheritance Hierarchy

System.Object
  Amazon.Backup.Model.ProtectedResource

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

Syntax

C#
public class ProtectedResource

The ProtectedResource type exposes the following members

Constructors

NameDescription
Public Method ProtectedResource()

Properties

NameTypeDescription
Public Property LastBackupTime System.DateTime

Gets and sets the property LastBackupTime.

The date and time a resource was last backed up, in Unix format and Coordinated Universal Time (UTC). The value of LastBackupTime is accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.

Public Property LastBackupVaultArn System.String

Gets and sets the property LastBackupVaultArn.

This is the ARN (Amazon Resource Name) of the backup vault that contains the most recent backup recovery point.

Public Property LastRecoveryPointArn System.String

Gets and sets the property LastRecoveryPointArn.

This is the ARN (Amazon Resource Name) of the most recent recovery point.

Public Property ResourceArn System.String

Gets and sets the property ResourceArn.

An Amazon Resource Name (ARN) that uniquely identifies a resource. The format of the ARN depends on the resource type.

Public Property ResourceName System.String

Gets and sets the property ResourceName.

This is the non-unique name of the resource that belongs to the specified backup.

Public Property ResourceType System.String

Gets and sets the property ResourceType.

The type of Amazon Web Services resource; for example, an Amazon Elastic Block Store (Amazon EBS) volume or an Amazon Relational Database Service (Amazon RDS) database. For Windows Volume Shadow Copy Service (VSS) backups, the only supported resource type is Amazon EC2.

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