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.
fsx_restore_volume_from_snapshot(
ClientRequestToken = NULL,
VolumeId,
SnapshotId,
Options = NULL
)
[required] The ID of the volume that you are restoring.
[required] The ID of the source snapshot. Specifies the snapshot that you are restoring from.
The settings used when restoring the specified volume from snapshot.
DELETE_INTERMEDIATE_SNAPSHOTS
- Deletes snapshots between the
current state and the specified snapshot. If there are intermediate
snapshots and this option isn't used,
restore_volume_from_snapshot
fails.
DELETE_CLONED_VOLUMES
- Deletes any dependent clone volumes
created from intermediate snapshots. If there are any dependent
clone volumes and this option isn't used,
restore_volume_from_snapshot
fails.