enum ThroughputMode
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.EFS.ThroughputMode |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsefs#ThroughputMode |
![]() | software.amazon.awscdk.services.efs.ThroughputMode |
![]() | aws_cdk.aws_efs.ThroughputMode |
![]() | aws-cdk-lib » 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 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. |
ELASTIC | This mode scales the throughput automatically regardless of file system size. |
BURSTING
This mode 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.
ELASTIC
This mode scales the throughput automatically regardless of file system size.