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

LustreFileSystemConfiguration

import type { LustreFileSystemConfiguration } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/fsx.ts";
interface LustreFileSystemConfiguration {
AutomaticBackupRetentionDays?: number | null;
CopyTagsToBackups?: boolean | null;
DailyAutomaticBackupStartTime?: string | null;
DataCompressionType?: DataCompressionType | null;
DataRepositoryConfiguration?: DataRepositoryConfiguration | null;
DeploymentType?: LustreDeploymentType | null;
DriveCacheType?: DriveCacheType | null;
MountName?: string | null;
PerUnitStorageThroughput?: number | null;
WeeklyMaintenanceStartTime?: string | null;
}

§Properties

§
AutomaticBackupRetentionDays?: number | null
[src]
§
CopyTagsToBackups?: boolean | null
[src]
§
DailyAutomaticBackupStartTime?: string | null
[src]
§
DataCompressionType?: DataCompressionType | null
[src]
§
DataRepositoryConfiguration?: DataRepositoryConfiguration | null
[src]
§
DeploymentType?: LustreDeploymentType | null
[src]
§
DriveCacheType?: DriveCacheType | null
[src]
§
MountName?: string | null
[src]
§
PerUnitStorageThroughput?: number | null
[src]
§
WeeklyMaintenanceStartTime?: string | null
[src]