Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

modify_client_properties

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

  • WorkSpaces.Client.exceptions.InvalidParameterValuesException
  • WorkSpaces.Client.exceptions.ResourceNotFoundException
  • WorkSpaces.Client.exceptions.AccessDeniedException