AWS::NimbleStudio::StudioComponent SharedFileSystemConfiguration
The configuration for a shared file storage system that is associated with a studio resource.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Endpoint" :String, "FileSystemId" :String, "LinuxMountPoint" :String, "ShareName" :String, "WindowsMountDrive" :String}
YAML
Endpoint:StringFileSystemId:StringLinuxMountPoint:StringShareName:StringWindowsMountDrive:String
Properties
Endpoint-
The endpoint of the shared file system that is accessed by the studio component resource.
Required: No
Type: String
Update requires: No interruption
FileSystemId-
The unique identifier for a file system.
Required: No
Type: String
Update requires: No interruption
LinuxMountPoint-
The mount location for a shared file system on a Linux virtual workstation.
Required: No
Type: String
Update requires: No interruption
ShareName-
The name of the file share.
Required: No
Type: String
Update requires: No interruption
WindowsMountDrive-
The mount location for a shared file system on a Windows virtual workstation.
Required: No
Type: String
Update requires: No interruption