fsx_delete_file_system: Deletes a file system

View source: R/fsx_operations.R

fsx_delete_file_systemR Documentation

Deletes a file system

Description

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.

Usage

fsx_delete_file_system(
  FileSystemId,
  ClientRequestToken = NULL,
  WindowsConfiguration = NULL,
  LustreConfiguration = NULL,
  OpenZFSConfiguration = NULL
)

Arguments

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 delete_file_system operation.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.