Values.CreateFileCacheLustreConfigurationSourceThe Amazon File Cache configuration for the cache that you are creating.
type nonrec t = {perUnitStorageThroughput : PerUnitStorageThroughput.t;Provisions the amount of read and write throughput for each 1 tebibyte (TiB) of cache storage capacity, in MB/s/TiB. The only supported value is 1000.
*)deploymentType : FileCacheLustreDeploymentType.t;Specifies the cache deployment type, which must be CACHE_1.
*)weeklyMaintenanceStartTime : WeeklyTime.t option;metadataConfiguration : FileCacheLustreMetadataConfiguration.t;The configuration for a Lustre MDT (Metadata Target) storage volume.
*)}val make :
?weeklyMaintenanceStartTime:??? ->
perUnitStorageThroughput:PerUnitStorageThroughput.t ->
deploymentType:FileCacheLustreDeploymentType.t ->
metadataConfiguration:FileCacheLustreMetadataConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PerUnitStorageThroughput.t
| `String of WeeklyTime.t
| `Structure of
(string * [> `Integer of MetadataStorageCapacity.t ]) list ])
list ]