AWS::WorkSpacesWeb::BrowserSettingsThis 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 { CfnBrowserSettings } from 'aws-cdk-lib/aws-workspacesweb';Or use the module namespace:
import * as workspacesweb from 'aws-cdk-lib/aws-workspacesweb';
// workspacesweb.CfnBrowserSettingsConfiguration passed to the constructor as CfnBrowserSettingsProps.
additionalEncryptionContextOptional{ [key: string]: string } | IResolvableAdditional encryption context of the browser settings.
browserPolicyOptionalstringA JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
customerManagedKeyOptionalstringThe 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-]+$`
tagsOptionalCfnTag[]The tags to add to the browser settings resource. A tag is a key-value pair.
webContentFilteringPolicyOptionalIResolvable | WebContentFilteringPolicyPropertyThe 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.
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::BrowserSettings