interface SharedFileSystemConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsnimblestudio/mixins#CfnStudioComponentPropsMixin_SharedFileSystemConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.nimblestudio.mixins.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_nimblestudio.mixins.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_nimblestudio » mixins » CfnStudioComponentPropsMixin » SharedFileSystemConfigurationProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as nimblestudio_mixins } from '@aws-cdk/mixins-preview/aws-nimblestudio';
const sharedFileSystemConfigurationProperty: nimblestudio_mixins.CfnStudioComponentPropsMixin.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)

.NET
Go
Java
Python
TypeScript