interface SharedFileSystemConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.NimbleStudio.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsnimblestudio#CfnStudioComponentPropsMixin_SharedFileSystemConfigurationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.nimblestudio.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty |
Python | aws_cdk.cfn_property_mixins.aws_nimblestudio.CfnStudioComponentPropsMixin.SharedFileSystemConfigurationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_nimblestudio » CfnStudioComponentPropsMixin » 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/cfn-property-mixins';
const sharedFileSystemConfigurationProperty: nimblestudio.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