amazonka-workspaces-2.0: Amazon WorkSpaces SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.WorkSpaces.Types.ClientProperties

Description

 
Synopsis

Documentation

data ClientProperties Source #

Describes an Amazon WorkSpaces client.

See: newClientProperties smart constructor.

Constructors

ClientProperties' 

Fields

  • logUploadEnabled :: Maybe LogUploadEnum

    Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

  • reconnectEnabled :: Maybe ReconnectEnum

    Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

Instances

Instances details
FromJSON ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

ToJSON ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Generic ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Associated Types

type Rep ClientProperties :: Type -> Type #

Read ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Show ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

NFData ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Methods

rnf :: ClientProperties -> () #

Eq ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

Hashable ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

type Rep ClientProperties Source # 
Instance details

Defined in Amazonka.WorkSpaces.Types.ClientProperties

type Rep ClientProperties = D1 ('MetaData "ClientProperties" "Amazonka.WorkSpaces.Types.ClientProperties" "amazonka-workspaces-2.0-EI6zVIh1dgfFziJEJ0Fxkv" 'False) (C1 ('MetaCons "ClientProperties'" 'PrefixI 'True) (S1 ('MetaSel ('Just "logUploadEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe LogUploadEnum)) :*: S1 ('MetaSel ('Just "reconnectEnabled") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ReconnectEnum))))

newClientProperties :: ClientProperties Source #

Create a value of ClientProperties 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:logUploadEnabled:ClientProperties', clientProperties_logUploadEnabled - Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

$sel:reconnectEnabled:ClientProperties', clientProperties_reconnectEnabled - Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.

clientProperties_logUploadEnabled :: Lens' ClientProperties (Maybe LogUploadEnum) Source #

Specifies whether users can upload diagnostic log files of Amazon WorkSpaces client directly to WorkSpaces to troubleshoot issues when using the WorkSpaces client. When enabled, the log files will be sent to WorkSpaces automatically and will be applied to all users in the specified directory.

clientProperties_reconnectEnabled :: Lens' ClientProperties (Maybe ReconnectEnum) Source #

Specifies whether users can cache their credentials on the Amazon WorkSpaces client. When enabled, users can choose to reconnect to their WorkSpaces without re-entering their credentials.