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

FileCacheLustreMetadataConfiguration

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

The configuration for a Lustre MDT (Metadata Target) storage volume. The metadata on Amazon File Cache is managed by a Lustre Metadata Server (MDS) while the actual metadata is persisted on an MDT.

interface FileCacheLustreMetadataConfiguration {
StorageCapacity: number;
}

§Properties

§
StorageCapacity: number
[src]

The storage capacity of the Lustre MDT (Metadata Target) storage volume in gibibytes (GiB). The only supported value is 2400 GiB.