Updates the throughput mode or the amount of provisioned throughput of an existing file system
Source:R/efs_operations.R
efs_update_file_system.RdUpdates the throughput mode or the amount of provisioned throughput of an existing file system.
See https://www.paws-r-sdk.com/docs/efs_update_file_system/ for full documentation.
Usage
efs_update_file_system(
FileSystemId,
ThroughputMode = NULL,
ProvisionedThroughputInMibps = NULL
)Arguments
- FileSystemId
[required] The ID of the file system that you want to update.
- ThroughputMode
(Optional) Updates the file system's throughput mode. If you're not updating your throughput mode, you don't need to provide this value in your request. If you are changing the
ThroughputModetoprovisioned, you must also set a value forProvisionedThroughputInMibps.- ProvisionedThroughputInMibps
(Optional) The throughput, measured in mebibytes per second (MiBps), that you want to provision for a file system that you're creating. Required if
ThroughputModeis set toprovisioned. Valid values are 1-3414 MiBps, with the upper limit depending on Region. To increase this limit, contact Amazon Web ServicesSupport. For more information, see Amazon EFS quotas that you can increase in the Amazon EFS User Guide.