Associate Ip Access Settings
| workspacesweb_associate_ip_access_settings | R Documentation |
Associates an IP access settings resource with a web portal¶
Description¶
Associates an IP access settings resource with a web portal.
Usage¶
workspacesweb_associate_ip_access_settings(portalArn,
ipAccessSettingsArn)
Arguments¶
portalArn |
[required] The ARN of the web portal. |
ipAccessSettingsArn |
[required] The ARN of the IP access settings. |
Value¶
A list with the following syntax:
list(
portalArn = "string",
ipAccessSettingsArn = "string"
)
Request syntax¶
svc$associate_ip_access_settings(
portalArn = "string",
ipAccessSettingsArn = "string"
)