pub struct SharedFileSystemConfiguration {
pub endpoint: Option<Value<String>>,
pub file_system_id: Option<Value<String>>,
pub linux_mount_point: Option<Value<String>>,
pub share_name: Option<Value<String>>,
pub windows_mount_drive: Option<Value<String>>,
}
Expand description
The AWS::NimbleStudio::StudioComponent.SharedFileSystemConfiguration
property type.
Fields§
§endpoint: Option<Value<String>>
Property Endpoint
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
file_system_id: Option<Value<String>>
Property FileSystemId
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
linux_mount_point: Option<Value<String>>
Property LinuxMountPoint
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Property ShareName
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
windows_mount_drive: Option<Value<String>>
Property WindowsMountDrive
.
Update type: Mutable. AWS CloudFormation doesn’t replace the resource when you change this property.
Trait Implementations§
Source§fn default() -> SharedFileSystemConfiguration
fn default() -> SharedFileSystemConfiguration
Returns the “default value” for a type. Read more
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more