workspacesweb_update_user_settings: Updates the user settings

View source: R/workspacesweb_operations.R

workspacesweb_update_user_settingsR Documentation

Updates the user settings

Description

Updates the user settings.

See https://www.paws-r-sdk.com/docs/workspacesweb_update_user_settings/ for full documentation.

Usage

workspacesweb_update_user_settings(
  clientToken = NULL,
  cookieSynchronizationConfiguration = NULL,
  copyAllowed = NULL,
  disconnectTimeoutInMinutes = NULL,
  downloadAllowed = NULL,
  idleDisconnectTimeoutInMinutes = NULL,
  pasteAllowed = NULL,
  printAllowed = NULL,
  uploadAllowed = NULL,
  userSettingsArn
)

Arguments

clientToken

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

cookieSynchronizationConfiguration

The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.

If the allowlist and blocklist are empty, the configuration becomes null.

copyAllowed

Specifies whether the user can copy text from the streaming session to the local device.

disconnectTimeoutInMinutes

The amount of time that a streaming session remains active after users disconnect.

downloadAllowed

Specifies whether the user can download files from the streaming session to the local device.

idleDisconnectTimeoutInMinutes

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

pasteAllowed

Specifies whether the user can paste text from the local device to the streaming session.

printAllowed

Specifies whether the user can print to the local device.

uploadAllowed

Specifies whether the user can upload files from the local device to the streaming session.

userSettingsArn

[required] The ARN of the user settings.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.