aws-cdk-lib.aws_nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty

interface SharedFileSystemConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.NimbleStudio.CfnStudioComponent.SharedFileSystemConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_SharedFileSystemConfigurationProperty
Javasoftware.amazon.awscdk.services.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty
Pythonaws_cdk.aws_nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty
TypeScript aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » SharedFileSystemConfigurationProperty

The configuration for a shared file storage system that is associated with a studio resource.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_nimblestudio as nimblestudio } from 'aws-cdk-lib';
const sharedFileSystemConfigurationProperty: nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty = {
  endpoint: 'endpoint',
  fileSystemId: 'fileSystemId',
  linuxMountPoint: 'linuxMountPoint',
  shareName: 'shareName',
  windowsMountDrive: 'windowsMountDrive',
};

Properties

NameTypeDescription
endpoint?stringThe endpoint of the shared file system that is accessed by the studio component resource.
fileSystemId?stringThe unique identifier for a file system.
linuxMountPoint?stringThe mount location for a shared file system on a Linux virtual workstation.
shareName?stringThe name of the file share.
windowsMountDrive?stringThe mount location for a shared file system on a Windows virtual workstation.

endpoint?

Type: string (optional)

The endpoint of the shared file system that is accessed by the studio component resource.


fileSystemId?

Type: string (optional)

The unique identifier for a file system.


linuxMountPoint?

Type: string (optional)

The mount location for a shared file system on a Linux virtual workstation.


shareName?

Type: string (optional)

The name of the file share.


windowsMountDrive?

Type: string (optional)

The mount location for a shared file system on a Windows virtual workstation.