pub struct FileSystemProperties {
pub backup_id: Option<Value<String>>,
pub file_system_type: Value<String>,
pub kms_key_id: Option<Value<String>>,
pub lustre_configuration: Option<Value<LustreConfiguration>>,
pub security_group_ids: Option<ValueList<String>>,
pub storage_capacity: Option<Value<u32>>,
pub storage_type: Option<Value<String>>,
pub subnet_ids: ValueList<String>,
pub tags: Option<ValueList<Tag>>,
pub windows_configuration: Option<Value<WindowsConfiguration>>,
}Expand description
Properties for the FileSystem resource.
Fields§
§backup_id: Option<Value<String>>Property BackupId.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
file_system_type: Value<String>Property FileSystemType.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
kms_key_id: Option<Value<String>>Property KmsKeyId.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
lustre_configuration: Option<Value<LustreConfiguration>>Property LustreConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
security_group_ids: Option<ValueList<String>>Property SecurityGroupIds.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
storage_capacity: Option<Value<u32>>Property StorageCapacity.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
storage_type: Option<Value<String>>Property StorageType.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
subnet_ids: ValueList<String>Property SubnetIds.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
Property Tags.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
windows_configuration: Option<Value<WindowsConfiguration>>Property WindowsConfiguration.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.