AWS::WorkSpacesWeb::NetworkSettingsThis resource specifies network settings 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. The VPC must have default tenancy. VPCs with dedicated tenancy are not supported. For availability consideration, you must have at least two subnets created in two different Availability Zones. WorkSpaces Secure Browser is available in a subset of the Availability Zones for each supported Region. For more information, see [Supported Availability Zones](https://docs.aws.amazon.com/workspaces-web/latest/adminguide/availability-zones.html) .
import { CfnNetworkSettings } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnNetworkSettingsConfiguration passed to the constructor as CfnNetworkSettingsProps.
securityGroupIdsRequiredstring[]One or more security groups used to control access from streaming instances to your VPC. *Pattern* : `^[\w+\-]+$`
subnetIdsRequiredstring[]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. *Pattern* : `^subnet-([0-9a-f]{8}|[0-9a-f]{17})$`
vpcIdRequiredstringThe VPC that streaming instances will connect to. *Pattern* : `^vpc-[0-9a-z]*$`
tagsOptionalCfnTag[]The tags to add to the network settings resource. A tag is a key-value pair.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-workspaceswebAWS::WorkSpacesWeb::NetworkSettings