workspacesweb_create_network_settings: Creates a network settings resource that can be associated...

View source: R/workspacesweb_operations.R

workspacesweb_create_network_settingsR Documentation

Creates a network settings resource that can be associated with a web portal

Description

Creates a network settings resource that can be associated with a web portal. Once associated with a web portal, network settings define how streaming instances will connect with your specified VPC.

See https://www.paws-r-sdk.com/docs/workspacesweb_create_network_settings/ for full documentation.

Usage

workspacesweb_create_network_settings(
  clientToken = NULL,
  securityGroupIds,
  subnetIds,
  tags = NULL,
  vpcId
)

Arguments

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 returns the result from the original successful request.

If you do not specify a client token, one is automatically generated by the AWS SDK.

securityGroupIds

[required] One or more security groups used to control access from streaming instances to your VPC.

subnetIds

[required] 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.

tags

The tags to add to the network settings resource. A tag is a key-value pair.

vpcId

[required] The VPC that streaming instances will connect to.


paws.end.user.computing documentation built on Sept. 12, 2023, 1:17 a.m.