interface SharedFileSystemConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.NimbleStudio.CfnStudioComponent.SharedFileSystemConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsnimblestudio#CfnStudioComponent_SharedFileSystemConfigurationProperty |
![]() | software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty |
![]() | aws_cdk.aws_nimblestudio.CfnStudioComponent.SharedFileSystemConfigurationProperty |
![]() | aws-cdk-lib » aws_nimblestudio » CfnStudioComponent » SharedFileSystemConfigurationProperty |
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
Name | Type | Description |
---|---|---|
endpoint? | string | |
file | string | |
linux | string | |
share | string | |
windows | string |
endpoint?
Type:
string
(optional)
fileSystemId?
Type:
string
(optional)
linuxMountPoint?
Type:
string
(optional)
shareName?
Type:
string
(optional)
windowsMountDrive?
Type:
string
(optional)