AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkSpacesWeb::NetworkSettings

CfnNetworkSettings

This 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

import { CfnNetworkSettings } from 'aws-cdk-lib/aws-workspacesweb';

Or use the module namespace:

import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnNetworkSettings

Properties

Configuration passed to the constructor as CfnNetworkSettingsProps.

securityGroupIdsRequired
string[]

One or more security groups used to control access from streaming instances to your VPC. *Pattern* : `^[\w+\-]+$`

subnetIdsRequired
string[]

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})$`

vpcIdRequired
string

The VPC that streaming instances will connect to. *Pattern* : `^vpc-[0-9a-z]*$`

tagsOptional
CfnTag[]

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

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-workspacesweb
CFN TypeAWS::WorkSpacesWeb::NetworkSettings
Properties4

External Links