fsx_delete_snapshot {paws.storage} | R Documentation |
Deletes an Amazon FSx for OpenZFS snapshot
Description
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.
See https://www.paws-r-sdk.com/docs/fsx_delete_snapshot/ for full documentation.
Usage
fsx_delete_snapshot(ClientRequestToken = NULL, SnapshotId)
Arguments
ClientRequestToken |
|
SnapshotId |
[required] The ID of the snapshot that you want to delete. |
[Package paws.storage version 0.7.0 Index]