Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Documentation
data ClientProperties Source #
Describes an Amazon WorkSpaces client.
See: newClientProperties
smart constructor.
ClientProperties' | |
|
Instances
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: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_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.