WorkSpaces / Client / modify_client_properties

modify_client_properties#

WorkSpaces.Client.modify_client_properties(**kwargs)#

Modifies the properties of the specified Amazon WorkSpaces clients.

See also: AWS API Documentation

Request Syntax

response = client.modify_client_properties(
    ResourceId='string',
    ClientProperties={
        'ReconnectEnabled': 'ENABLED'|'DISABLED',
        'LogUploadEnabled': 'ENABLED'|'DISABLED'
    }
)
Parameters:
  • ResourceId (string) –

    [REQUIRED]

    The resource identifiers, in the form of directory IDs.

  • ClientProperties (dict) –

    [REQUIRED]

    Information about the Amazon WorkSpaces client.

    • ReconnectEnabled (string) –

      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.

    • LogUploadEnabled (string) –

      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.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions