enum ThroughputMode
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EFS.ThroughputMode |
Java | software.amazon.awscdk.services.efs.ThroughputMode |
Python | aws_cdk.aws_efs.ThroughputMode |
TypeScript (source) | @aws-cdk/aws-efs » ThroughputMode |
EFS Throughput mode.
See also: https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes
Members
| Name | Description |
|---|---|
| BURSTING | This mode on Amazon EFS scales as the size of the file system in the standard storage class grows. |
| PROVISIONED | This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored. |
BURSTING
This mode on Amazon EFS scales as the size of the file system in the standard storage class grows.
PROVISIONED
This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored.

.NET
Java
Python
TypeScript (