Delete Data Repository Association
fsx_delete_data_repository_association | R Documentation |
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 on all FSx for Lustre 2.12 and 2.15 file
systems, excluding scratch_1
deployment type.
Usage¶
Arguments¶
AssociationId
[required] The ID of the data repository association that you want to delete.
ClientRequestToken
DeleteDataInFileSystem
Set to
true
to delete the data in the file system that corresponds to the data repository association.
Value¶
A list with the following syntax:
list(
AssociationId = "string",
Lifecycle = "CREATING"|"AVAILABLE"|"MISCONFIGURED"|"UPDATING"|"DELETING"|"FAILED",
DeleteDataInFileSystem = TRUE|FALSE
)
Request syntax¶
svc$delete_data_repository_association(
AssociationId = "string",
ClientRequestToken = "string",
DeleteDataInFileSystem = TRUE|FALSE
)