Uses of Class
software.amazon.awscdk.services.workspacesweb.CfnBrowserSettings.Builder
Packages that use CfnBrowserSettings.Builder
Package
Description
AWS::WorkSpacesWeb Construct Library
-
Uses of CfnBrowserSettings.Builder in software.amazon.awscdk.services.workspacesweb
Methods in software.amazon.awscdk.services.workspacesweb that return CfnBrowserSettings.BuilderModifier and TypeMethodDescriptionCfnBrowserSettings.Builder.additionalEncryptionContext(Map<String, String> additionalEncryptionContext) Additional encryption context of the browser settings.CfnBrowserSettings.Builder.additionalEncryptionContext(IResolvable additionalEncryptionContext) Additional encryption context of the browser settings.CfnBrowserSettings.Builder.browserPolicy(String browserPolicy) A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.static CfnBrowserSettings.BuilderCfnBrowserSettings.Builder.customerManagedKey(String customerManagedKey) The custom managed key of the browser settings.The tags to add to the browser settings resource.CfnBrowserSettings.Builder.webContentFilteringPolicy(IResolvable webContentFilteringPolicy) 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.CfnBrowserSettings.Builder.webContentFilteringPolicy(CfnBrowserSettings.WebContentFilteringPolicyProperty webContentFilteringPolicy) 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.