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(browserSettingsArn, portalArn)
Arguments¶
browserSettingsArn |
[required] The ARN of the browser settings. |
portalArn |
[required] The ARN of the web portal. |
Value¶
A list with the following syntax:
list(
browserSettingsArn = "string",
portalArn = "string"
)
Request syntax¶
svc$associate_browser_settings(
browserSettingsArn = "string",
portalArn = "string"
)