LustreConfiguration

Struct LustreConfiguration 

Source
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

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.

§copy_tags_to_backups: Option<Value<bool>>

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.

Trait Implementations§

Source§

impl Debug for LustreConfiguration

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for LustreConfiguration

Source§

fn default() -> LustreConfiguration

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.