Update File System Association
| storagegateway_update_file_system_association | R Documentation | 
Updates a file system association¶
Description¶
Updates a file system association. This operation is only supported in the FSx File Gateways.
Usage¶
storagegateway_update_file_system_association(FileSystemAssociationARN,
  UserName, Password, AuditDestinationARN, CacheAttributes)
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 | 
Value¶
A list with the following syntax:
list(
  FileSystemAssociationARN = "string"
)
Request syntax¶
svc$update_file_system_association(
  FileSystemAssociationARN = "string",
  UserName = "string",
  Password = "string",
  AuditDestinationARN = "string",
  CacheAttributes = list(
    CacheStaleTimeoutInSeconds = 123
  )
)