AWS::NimbleStudio::StudioComponent SharedFileSystemConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: String FileSystemId: String LinuxMountPoint: String ShareName: String WindowsMountDrive: 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

Pattern: ^(/?|(\$HOME)?(/[^/\n\s\\]+)*)$

Minimum: 0

Maximum: 128

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

Pattern: ^[A-Z]$

Update requires: No interruption