Module: AWSCDK::EFS::ThroughputMode
- Defined in:
- efs/throughput_mode.rb
Overview
EFS Throughput mode.
Constant Summary collapse
- BURSTING =
Deprecated.Note:
Default:
This mode scales as the size of the file system in the standard storage class grows.
Jsii::Enum.new("aws-cdk-lib.aws_efs.ThroughputMode", "BURSTING")
- PROVISIONED =
Deprecated.Note:
Default:
This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored.
Jsii::Enum.new("aws-cdk-lib.aws_efs.ThroughputMode", "PROVISIONED")
- ELASTIC =
Deprecated.Note:
Default:
This mode scales the throughput automatically regardless of file system size.
Jsii::Enum.new("aws-cdk-lib.aws_efs.ThroughputMode", "ELASTIC")