--- title: "VESQLRDSRestorePoint" description: "Contains details about a restore point of a backed-up Microsoft SQL Server database running on Amazon RDS. Property Type Description GUID Restore point ID. DateTime Date and time when the restore point was created." canonical: "https://helpcenter.veeam.com/docs/vbr/explorers_powershell/vesqlrdsrestorepoint.html" breadcrumb: "Veeam Explorers PowerShell Reference > Veeam Explorers PowerShell Types > VESQLRDSRestorePoint" dateModified: "2026-08-18" --- # VESQLRDSRestorePoint Contains details about a restore point of a backed-up Microsoft SQL Server database running on Amazon RDS.

Property

Type

Description

Id

GUID

Restore point ID.

BackupTime

DateTime

Date and time when the restore point was created.

LastLsn

String

The log sequence number (LSN) of the last transaction in the restore point.

BackupType

VESQLRDSBackupType

Backup type. Possible values:

  • Unknown
  • Full
  • Differential
  • Log
## Related Commands [`Get-VESQLRDSRestorePoint`](get-vesqlrdsrestorepoint.md)