Show / Hide Table of Contents

Enum ThroughputMode

EFS Throughput mode.

Namespace: Amazon.CDK.AWS.EFS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public enum ThroughputMode
Syntax (vb)
Public Enum ThroughputMode
Remarks

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

Synopsis

Fields

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.

Fields

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

Back to top Generated by DocFX