Class DeleteBackupRequest
Container for the parameters to the DeleteBackup operation. Deletes an Amazon FSx backup. After deletion, the backup no longer exists, and its data is gone.
The DeleteBackup
call returns instantly. The backup won't show up in later
DescribeBackups
calls.
The data in a deleted backup is also deleted and can't be recovered by any means.
public class DeleteBackupRequest : AmazonFSxRequest
- Inheritance
-
DeleteBackupRequest
Constructors
DeleteBackupRequest()
public DeleteBackupRequest()
Properties
BackupId
Gets and sets the property BackupId.
The ID of the backup that you want to delete.
public string BackupId { get; set; }
Property Value
ClientRequestToken
Gets and sets the property ClientRequestToken.
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This parameter is automatically filled on your behalf when using the CLI or SDK.
public string ClientRequestToken { get; set; }