ThroughputMode
- class aws_cdk.aws_efs.ThroughputMode(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)
Bases:
Enum
EFS Throughput mode.
Attributes
- BURSTING
This mode scales as the size of the file system in the standard storage class grows.
- ELASTIC
This mode scales the throughput automatically regardless of file system size.
- PROVISIONED
This mode can instantly provision the throughput of the file system (in MiB/s) independent of the amount of data stored.