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