libZSservicesZSamazonka-nimbleZSamazonka-nimble
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Nimble.Types.SharedFileSystemConfiguration

Description

 
Synopsis

Documentation

data SharedFileSystemConfiguration Source #

The configuration for a shared file storage system that is associated with a studio resource.

See: newSharedFileSystemConfiguration smart constructor.

Constructors

SharedFileSystemConfiguration' 

Fields

Instances

Instances details
Eq SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

Read SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

Show SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

Generic SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

Associated Types

type Rep SharedFileSystemConfiguration :: Type -> Type #

NFData SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

Hashable SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

ToJSON SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

FromJSON SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

type Rep SharedFileSystemConfiguration Source # 
Instance details

Defined in Amazonka.Nimble.Types.SharedFileSystemConfiguration

type Rep SharedFileSystemConfiguration = D1 ('MetaData "SharedFileSystemConfiguration" "Amazonka.Nimble.Types.SharedFileSystemConfiguration" "libZSservicesZSamazonka-nimbleZSamazonka-nimble" 'False) (C1 ('MetaCons "SharedFileSystemConfiguration'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "fileSystemId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "windowsMountDrive") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "linuxMountPoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "shareName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "endpoint") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))))

newSharedFileSystemConfiguration :: SharedFileSystemConfiguration Source #

Create a value of SharedFileSystemConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fileSystemId:SharedFileSystemConfiguration', sharedFileSystemConfiguration_fileSystemId - The unique identifier for a file system.

$sel:windowsMountDrive:SharedFileSystemConfiguration', sharedFileSystemConfiguration_windowsMountDrive - The mount location for a shared file system on a Windows virtual workstation.

$sel:linuxMountPoint:SharedFileSystemConfiguration', sharedFileSystemConfiguration_linuxMountPoint - The mount location for a shared file system on a Linux virtual workstation.

$sel:shareName:SharedFileSystemConfiguration', sharedFileSystemConfiguration_shareName - The name of the file share.

$sel:endpoint:SharedFileSystemConfiguration', sharedFileSystemConfiguration_endpoint - The endpoint of the shared file system that is accessed by the studio component resource.

sharedFileSystemConfiguration_windowsMountDrive :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #

The mount location for a shared file system on a Windows virtual workstation.

sharedFileSystemConfiguration_linuxMountPoint :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #

The mount location for a shared file system on a Linux virtual workstation.

sharedFileSystemConfiguration_endpoint :: Lens' SharedFileSystemConfiguration (Maybe Text) Source #

The endpoint of the shared file system that is accessed by the studio component resource.