View source: R/fsx_operations.R
fsx_delete_file_system | R Documentation |
Deletes a file system. After deletion, the file system no longer exists, and its data is gone. Any existing automatic backups and snapshots are also deleted.
See https://www.paws-r-sdk.com/docs/fsx_delete_file_system/ for full documentation.
fsx_delete_file_system(
FileSystemId,
ClientRequestToken = NULL,
WindowsConfiguration = NULL,
LustreConfiguration = NULL,
OpenZFSConfiguration = NULL
)
FileSystemId |
[required] The ID of the file system that you want to delete. |
ClientRequestToken |
A string of up to 63 ASCII characters that Amazon FSx uses to ensure idempotent deletion. This token is automatically filled on your behalf when using the Command Line Interface (CLI) or an Amazon Web Services SDK. |
WindowsConfiguration |
|
LustreConfiguration |
|
OpenZFSConfiguration |
The configuration object for the OpenZFS file system used in the
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.