Get Network Settings
workspacesweb_get_network_settings | R Documentation |
Gets the network settings¶
Description¶
Gets the network settings.
Usage¶
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"
)
)