Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CreateFileCacheLustreConfiguration

import type { CreateFileCacheLustreConfiguration } from "https://aws-api.deno.dev/v0.4/services/fsx.ts?docs=full";

The Amazon File Cache configuration for the cache that you are creating.

interface CreateFileCacheLustreConfiguration {
MetadataConfiguration: FileCacheLustreMetadataConfiguration;
PerUnitStorageThroughput: number;
WeeklyMaintenanceStartTime?: string | null;
}

§Properties

§

Specifies the cache deployment type, which must be CACHE_1.

§

The configuration for a Lustre MDT (Metadata Target) storage volume.

§
PerUnitStorageThroughput: number
[src]

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.

§
WeeklyMaintenanceStartTime?: string | null
[src]