Skip to content

Get Network Settings

workspacesweb_get_network_settings R Documentation

Gets the network settings

Description

Gets the network settings.

Usage

workspacesweb_get_network_settings(networkSettingsArn)

Arguments

networkSettingsArn

[required] The ARN of the network settings.

Value

A list with the following syntax:

list(
  networkSettings = list(
    associatedPortalArns = list(
      "string"
    ),
    networkSettingsArn = "string",
    securityGroupIds = list(
      "string"
    ),
    subnetIds = list(
      "string"
    ),
    vpcId = "string"
  )
)

Request syntax

svc$get_network_settings(
  networkSettingsArn = "string"
)