Associate User Settings
workspacesweb_associate_user_settings | R Documentation |
Associates a user settings resource with a web portal¶
Description¶
Associates a user settings resource with a web portal.
Usage¶
workspacesweb_associate_user_settings(portalArn, userSettingsArn)
Arguments¶
portalArn |
[required] The ARN of the web portal. |
userSettingsArn |
[required] The ARN of the user settings. |
Value¶
A list with the following syntax:
list(
portalArn = "string",
userSettingsArn = "string"
)
Request syntax¶
svc$associate_user_settings(
portalArn = "string",
userSettingsArn = "string"
)