efs_update_file_system: Updates the throughput mode or the amount of provisioned...

View source: R/efs_operations.R

efs_update_file_systemR Documentation

Updates the throughput mode or the amount of provisioned throughput of an existing file system

Description

Updates 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 ThroughputMode to provisioned, you must also set a value for ProvisionedThroughputInMibps.

ProvisionedThroughputInMibps

(Optional) Sets the amount of provisioned throughput, in MiB/s, for the file system. Valid values are 1-1024. If you are changing the throughput mode to provisioned, you must also provide the amount of provisioned throughput. Required if ThroughputMode is changed to provisioned on update.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.