ThroughputMode

class aws_cdk.aws_efs.ThroughputMode(value)

Bases: Enum

EFS Throughput mode.

See:

https://docs.aws.amazon.com/efs/latest/ug/performance.html#throughput-modes

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.