Skip to content

Associate Browser Settings

workspacesweb_associate_browser_settings R Documentation

Associates a browser settings resource with a web portal

Description

Associates a browser settings resource with a web portal.

Usage

workspacesweb_associate_browser_settings(portalArn, browserSettingsArn)

Arguments

portalArn

[required] The ARN of the web portal.

browserSettingsArn

[required] The ARN of the browser settings.

Value

A list with the following syntax:

list(
  portalArn = "string",
  browserSettingsArn = "string"
)

Request syntax

svc$associate_browser_settings(
  portalArn = "string",
  browserSettingsArn = "string"
)