pub struct LustreConfiguration {
pub auto_import_policy: Option<Value<String>>,
pub automatic_backup_retention_days: Option<Value<u32>>,
pub copy_tags_to_backups: Option<Value<bool>>,
pub daily_automatic_backup_start_time: Option<Value<String>>,
pub data_compression_type: Option<Value<String>>,
pub deployment_type: Option<Value<String>>,
pub drive_cache_type: Option<Value<String>>,
pub export_path: Option<Value<String>>,
pub import_path: Option<Value<String>>,
pub imported_file_chunk_size: Option<Value<u32>>,
pub per_unit_storage_throughput: Option<Value<u32>>,
pub weekly_maintenance_start_time: Option<Value<String>>,
}Expand description
The AWS::FSx::FileSystem.LustreConfiguration property type.
Fields§
§auto_import_policy: Option<Value<String>>Property AutoImportPolicy.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
automatic_backup_retention_days: Option<Value<u32>>Property AutomaticBackupRetentionDays.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property CopyTagsToBackups.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
daily_automatic_backup_start_time: Option<Value<String>>Property DailyAutomaticBackupStartTime.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
data_compression_type: Option<Value<String>>Property DataCompressionType.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
deployment_type: Option<Value<String>>Property DeploymentType.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
drive_cache_type: Option<Value<String>>Property DriveCacheType.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
export_path: Option<Value<String>>Property ExportPath.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
import_path: Option<Value<String>>Property ImportPath.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
imported_file_chunk_size: Option<Value<u32>>Property ImportedFileChunkSize.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
per_unit_storage_throughput: Option<Value<u32>>Property PerUnitStorageThroughput.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
weekly_maintenance_start_time: Option<Value<String>>Property WeeklyMaintenanceStartTime.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.