AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::WorkSpacesWeb::BrowserSettings

CfnBrowserSettings

This resource specifies browser settings that can be associated with a web portal. Once associated with a web portal, browser settings control how the browser will behave once a user starts a streaming session for the web portal.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnBrowserSettingsProps.

additionalEncryptionContextOptional
{ [key: string]: string } | IResolvable

Additional encryption context of the browser settings.

browserPolicyOptional
string

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

customerManagedKeyOptional
string

The custom managed key of the browser settings. *Pattern* : `^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$`

tagsOptional
CfnTag[]

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

webContentFilteringPolicyOptional
IResolvable | WebContentFilteringPolicyProperty

The policy that specifies which URLs end users are allowed to access or which URLs or domain categories they are restricted from accessing for enhanced security.

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::BrowserSettings
Properties5

External Links