Module Values_0.FSxLustreConfigSource

Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.

Sourcetype nonrec t = {
  1. sizeInGiB : FSxLustreSizeInGiB.t;
    (*

    The storage capacity of the Amazon FSx for Lustre file system, specified in gibibytes (GiB).

    *)
  2. perUnitStorageThroughput : FSxLustrePerUnitStorageThroughput.t;
    (*

    The throughput capacity of the Amazon FSx for Lustre file system, measured in MB/s per TiB of storage.

    *)
}
Sourceval context_ : string
Sourceval make : sizeInGiB:FSxLustreSizeInGiB.t -> perUnitStorageThroughput:FSxLustrePerUnitStorageThroughput.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of FSxLustreSizeInGiB.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t