workspacesweb_create_browser_settings: Creates a browser settings resource that can be associated...

View source: R/workspacesweb_operations.R

workspacesweb_create_browser_settingsR Documentation

Creates a browser settings resource that can be associated with a web portal

Description

Creates a browser settings resource that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.

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

Usage

workspacesweb_create_browser_settings(
  additionalEncryptionContext = NULL,
  browserPolicy,
  clientToken = NULL,
  customerManagedKey = NULL,
  tags = NULL
)

Arguments

additionalEncryptionContext

Additional encryption context of the browser settings.

browserPolicy

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

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 returns the result from the original successful request.

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

customerManagedKey

The custom managed key of the browser settings.

tags

The tags to add to the browser settings resource. A tag is a key-value pair.


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