Interface CfnStudioComponentPropsMixin.ISharedFileSystemConfigurationProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnStudioComponentPropsMixin.ISharedFileSystemConfigurationProperty
Syntax (vb)
Public Interface CfnStudioComponentPropsMixin.ISharedFileSystemConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.NimbleStudio.Mixins;
var sharedFileSystemConfigurationProperty = new SharedFileSystemConfigurationProperty {
Endpoint = "endpoint",
FileSystemId = "fileSystemId",
LinuxMountPoint = "linuxMountPoint",
ShareName = "shareName",
WindowsMountDrive = "windowsMountDrive"
};
Synopsis
Properties
| Endpoint | |
| FileSystemId | |
| LinuxMountPoint | |
| ShareName | |
| WindowsMountDrive |
Properties
Endpoint
string? Endpoint { get; }
Property Value
Remarks
FileSystemId
string? FileSystemId { get; }
Property Value
Remarks
LinuxMountPoint
string? LinuxMountPoint { get; }
Property Value
Remarks
ShareName
string? ShareName { get; }
Property Value
Remarks
WindowsMountDrive
string? WindowsMountDrive { get; }