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 AWS CloudFormation template, use the following syntax:
JSON
{ "Endpoint" :
String
, "FileSystemId" :String
, "LinuxMountPoint" :String
, "ShareName" :String
, "WindowsMountDrive" :String
}
YAML
Endpoint:
String
FileSystemId:String
LinuxMountPoint:String
ShareName:String
WindowsMountDrive:String
Properties
-
The endpoint of the shared file system that is accessed by the studio component resource.
Required: No
Type: String
Update requires: No interruption
-
The unique identifier for a file system.
Required: No
Type: String
Update requires: No interruption
-
The mount location for a shared file system on a Linux virtual workstation.
Required: No
Type: String
Pattern:
^(/?|(\$HOME)?(/[^/\n\s\\]+)*)$
Minimum:
0
Maximum:
128
Update requires: No interruption
-
The name of the file share.
Required: No
Type: String
Update requires: No interruption
-
The mount location for a shared file system on a Windows virtual workstation.
Required: No
Type: String
Pattern:
^[A-Z]$
Update requires: No interruption