storagegateway_update_file_system_association {paws.storage} | R Documentation |
Updates a file system association
Description
Updates a file system association. This operation is only supported in the FSx File Gateways.
See https://www.paws-r-sdk.com/docs/storagegateway_update_file_system_association/ for full documentation.
Usage
storagegateway_update_file_system_association(
FileSystemAssociationARN,
UserName = NULL,
Password = NULL,
AuditDestinationARN = NULL,
CacheAttributes = NULL
)
Arguments
FileSystemAssociationARN |
[required] The Amazon Resource Name (ARN) of the file system association that you want to update. |
UserName |
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group. |
Password |
The password of the user credential. |
AuditDestinationARN |
The Amazon Resource Name (ARN) of the storage used for the audit logs. |
CacheAttributes |
[Package paws.storage version 0.9.0 Index]