Learn R Programming

paws.storage (version 0.7.0)

fsx_create_snapshot: Creates a snapshot of an existing Amazon FSx for OpenZFS volume

Description

Creates a snapshot of an existing Amazon FSx for OpenZFS volume. With snapshots, you can easily undo file changes and compare file versions by restoring the volume to a previous version.

See https://www.paws-r-sdk.com/docs/fsx_create_snapshot/ for full documentation.

Usage

fsx_create_snapshot(ClientRequestToken = NULL, Name, VolumeId, Tags = NULL)

Arguments

ClientRequestToken

Name

[required] The name of the snapshot.

VolumeId

[required] The ID of the volume that you are taking a snapshot of.

Tags