fsx_update_file_cache {paws.storage} | R Documentation |
Updates the configuration of an existing Amazon File Cache resource
Description
Updates the configuration of an existing Amazon File Cache resource. You can update multiple properties in a single request.
See https://www.paws-r-sdk.com/docs/fsx_update_file_cache/ for full documentation.
Usage
fsx_update_file_cache(
FileCacheId,
ClientRequestToken = NULL,
LustreConfiguration = NULL
)
Arguments
FileCacheId |
[required] The ID of the cache that you are updating. |
ClientRequestToken |
|
LustreConfiguration |
The configuration updates for an Amazon File Cache resource. |
[Package paws.storage version 0.9.0 Index]