Skip to content

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

Arguments

portalArn

[required] The ARN of the web portal.

networkSettingsArn

[required] The ARN of the network settings.

Value

A list with the following syntax:

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

Request syntax

svc$associate_network_settings(
  portalArn = "string",
  networkSettingsArn = "string"
)