Learn R Programming

paws.storage (version 0.2.0)

fsx_delete_data_repository_association: Deletes a data repository association on an Amazon FSx for Lustre file system

Description

Deletes a data repository association on an Amazon FSx for Lustre file system. Deleting the data repository association unlinks the file system from the Amazon S3 bucket. When deleting a data repository association, you have the option of deleting the data in the file system that corresponds to the data repository association. Data repository associations are supported only for file systems with the Persistent_2 deployment type.

See https://paws-r.github.io/docs/fsx/delete_data_repository_association.html for full documentation.

Usage

fsx_delete_data_repository_association(
  AssociationId,
  ClientRequestToken = NULL,
  DeleteDataInFileSystem
)

Arguments

AssociationId

[required] The ID of the data repository association that you want to delete.

ClientRequestToken

DeleteDataInFileSystem

[required] Set to true to delete the data in the file system that corresponds to the data repository association.