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
§
DataCompressionType?: DataCompressionType | null
[src]§
DataRepositoryConfiguration?: DataRepositoryConfiguration | null
[src]§
DeploymentType?: LustreDeploymentType | null
[src]§
DriveCacheType?: DriveCacheType | null
[src]