Skip to content

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(ipAccessSettingsArn,
  portalArn)

Arguments

ipAccessSettingsArn

[required] The ARN of the IP access settings.

portalArn

[required] The ARN of the web portal.

Value

A list with the following syntax:

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

Request syntax

svc$associate_ip_access_settings(
  ipAccessSettingsArn = "string",
  portalArn = "string"
)