fsx_restore_volume_from_snapshot {paws.storage} | R Documentation |
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot
Description
Returns an Amazon FSx for OpenZFS volume to the state saved by the specified snapshot.
See https://www.paws-r-sdk.com/docs/fsx_restore_volume_from_snapshot/ for full documentation.
Usage
fsx_restore_volume_from_snapshot(
ClientRequestToken = NULL,
VolumeId,
SnapshotId,
Options = NULL
)
Arguments
ClientRequestToken |
|
VolumeId |
[required] The ID of the volume that you are restoring. |
SnapshotId |
[required] The ID of the source snapshot. Specifies the snapshot that you are restoring from. |
Options |
The settings used when restoring the specified volume from snapshot.
|