Skip to content

Update Browser Settings

workspacesweb_update_browser_settings R Documentation

Updates browser settings

Description

Updates browser settings.

Usage

workspacesweb_update_browser_settings(browserPolicy, browserSettingsArn,
  clientToken)

Arguments

browserPolicy

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

browserSettingsArn

[required] The ARN of the browser settings.

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 Amazon Web Services SDK.

Value

A list with the following syntax:

list(
  browserSettings = list(
    additionalEncryptionContext = list(
      "string"
    ),
    associatedPortalArns = list(
      "string"
    ),
    browserPolicy = "string",
    browserSettingsArn = "string",
    customerManagedKey = "string"
  )
)

Request syntax

svc$update_browser_settings(
  browserPolicy = "string",
  browserSettingsArn = "string",
  clientToken = "string"
)