Updates network settings
Source:R/workspacesweb_operations.R
workspacesweb_update_network_settings.RdUpdates network settings.
See https://www.paws-r-sdk.com/docs/workspacesweb_update_network_settings/ for full documentation.
Usage
workspacesweb_update_network_settings(
networkSettingsArn,
vpcId = NULL,
subnetIds = NULL,
securityGroupIds = NULL,
clientToken = NULL
)Arguments
- networkSettingsArn
[required] The ARN of the network settings.
- vpcId
The VPC that streaming instances will connect to.
- subnetIds
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
- securityGroupIds
One or more security groups used to control access from streaming instances to your VPC.
- clientToken
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token return the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.