Values_0.FSxLustreConfigSourceConfiguration settings for an Amazon FSx for Lustre file system to be used with the cluster.
type nonrec t = {sizeInGiB : FSxLustreSizeInGiB.t;The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).
*)perUnitStorageThroughput : FSxLustrePerUnitStorageThroughput.t;The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.
*)}val make :
sizeInGiB:FSxLustreSizeInGiB.t ->
perUnitStorageThroughput:FSxLustrePerUnitStorageThroughput.t ->
unit ->
t