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.
fsx_delete_data_repository_association(
AssociationId,
ClientRequestToken = NULL,
DeleteDataInFileSystem
)
[required] The ID of the data repository association that you want to delete.
[required] Set to true
to delete the data in the file system that corresponds to
the data repository association.