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

FileCacheLustreConfiguration

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

The configuration for the Amazon File Cache resource.

interface FileCacheLustreConfiguration {
DeploymentType?: FileCacheLustreDeploymentType | null;
LogConfiguration?: LustreLogConfiguration | null;
MetadataConfiguration?: FileCacheLustreMetadataConfiguration | null;
MountName?: string | null;
PerUnitStorageThroughput?: number | null;
WeeklyMaintenanceStartTime?: string | null;
}

§Properties

§
DeploymentType?: FileCacheLustreDeploymentType | null
[src]

The deployment type of the Amazon File Cache resource, which must be CACHE_1.

§
LogConfiguration?: LustreLogConfiguration | null
[src]

The configuration for Lustre logging used to write the enabled logging events for your Amazon File Cache resource to Amazon CloudWatch Logs.

§
MetadataConfiguration?: FileCacheLustreMetadataConfiguration | null
[src]

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

§
MountName?: string | null
[src]

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.

§
PerUnitStorageThroughput?: number | null
[src]

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.

§
WeeklyMaintenanceStartTime?: string | null
[src]