Skip to content

Modify Client Properties

workspaces_modify_client_properties R Documentation

Modifies the properties of the specified Amazon WorkSpaces clients

Description

Modifies the properties of the specified Amazon WorkSpaces clients.

Usage

workspaces_modify_client_properties(ResourceId, ClientProperties)

Arguments

ResourceId

[required] The resource identifiers, in the form of directory IDs.

ClientProperties

[required] Information about the Amazon WorkSpaces client.

Value

An empty list.

Request syntax

svc$modify_client_properties(
  ResourceId = "string",
  ClientProperties = list(
    ReconnectEnabled = "ENABLED"|"DISABLED",
    LogUploadEnabled = "ENABLED"|"DISABLED"
  )
)