Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-endpoint

FileSystemId

string? FileSystemId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-filesystemid

LinuxMountPoint

string? LinuxMountPoint { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-linuxmountpoint

ShareName

string? ShareName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-sharename

WindowsMountDrive

string? WindowsMountDrive { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-nimblestudio-studiocomponent-sharedfilesystemconfiguration.html#cfn-nimblestudio-studiocomponent-sharedfilesystemconfiguration-windowsmountdrive

Back to top Generated by DocFX