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 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.