Table of Contents

Class DeleteSnapshotRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

Container for the parameters to the DeleteSnapshot operation. Deletes an Amazon FSx for OpenZFS snapshot. After deletion, the snapshot no longer exists, and its data is gone. Deleting a snapshot doesn't affect snapshots stored in a file system backup.

The DeleteSnapshot operation returns instantly. The snapshot appears with the lifecycle status of DELETING until the deletion is complete.

public class DeleteSnapshotRequest : AmazonFSxRequest
Inheritance
DeleteSnapshotRequest

Constructors

DeleteSnapshotRequest()

public DeleteSnapshotRequest()

Properties

ClientRequestToken

Gets and sets the property ClientRequestToken.

public string ClientRequestToken { get; set; }

Property Value

string

SnapshotId

Gets and sets the property SnapshotId.

The ID of the snapshot that you want to delete.

public string SnapshotId { get; set; }

Property Value

string