Values.FileCacheLustreConfigurationSourceThe configuration for the Amazon File Cache resource.
type nonrec t = {perUnitStorageThroughput : PerUnitStorageThroughput.t option;Per unit storage throughput represents the megabytes per second of read or write throughput per 1 tebibyte of storage provisioned. Cache throughput capacity is equal to Storage capacity (TiB) * PerUnitStorageThroughput (MB/s/TiB). The only supported value is 1000.
*)deploymentType : FileCacheLustreDeploymentType.t option;The deployment type of the Amazon File Cache resource, which must be CACHE_1.
*)mountName : LustreFileSystemMountName.t option;You use the MountName value when mounting the cache. If you pass a cache ID to the DescribeFileCaches operation, it returns the the MountName value as part of the cache's description.
*)weeklyMaintenanceStartTime : WeeklyTime.t option;metadataConfiguration : FileCacheLustreMetadataConfiguration.t option;The configuration for a Lustre MDT (Metadata Target) storage volume.
*)logConfiguration : LustreLogConfiguration.t option;The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of PerUnitStorageThroughput.t
| `String of LustreFileSystemMountName.t
| `Structure of
(string
* [> `Enum of string
| `Integer of MetadataStorageCapacity.t
| `String of GeneralARN.t ])
list ])
list ]