AWS Security ChangesHomeSearch

AWS AWSCloudFormation high security documentation change

Service: AWSCloudFormation · 2025-11-16 · Security-related high

File: AWSCloudFormation/latest/TemplateReference/aws-resource-workspacesweb-browsersettings.md

Summary

Added WebContentFilteringPolicy property for URL access controls

Security assessment

New content filtering policy directly implements security controls by restricting URL access patterns

Diff

diff --git a/AWSCloudFormation/latest/TemplateReference/aws-resource-workspacesweb-browsersettings.md b/AWSCloudFormation/latest/TemplateReference/aws-resource-workspacesweb-browsersettings.md
index 9a5623282..3db3fe5be 100644
--- a//AWSCloudFormation/latest/TemplateReference/aws-resource-workspacesweb-browsersettings.md
+++ b//AWSCloudFormation/latest/TemplateReference/aws-resource-workspacesweb-browsersettings.md
@@ -24 +24,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy
-          "Tags" : [ [Tag](./aws-properties-workspacesweb-browsersettings-tag.html), ... ]
+          "Tags" : [ [Tag](./aws-properties-workspacesweb-browsersettings-tag.html), ... ],
+          "WebContentFilteringPolicy" : [WebContentFilteringPolicy](./aws-properties-workspacesweb-browsersettings-webcontentfilteringpolicy.html)
@@ -39,0 +41,2 @@ To declare this entity in your AWS CloudFormation template, use the following sy
+      WebContentFilteringPolicy: 
+        [WebContentFilteringPolicy](./aws-properties-workspacesweb-browsersettings-webcontentfilteringpolicy.html)
@@ -70 +73 @@ _Required_ : No
- _Pattern_ : `\{[\S\s]*\}\s*`
+ _Pattern_ : `^\{[\S\s]*\}\s*$`
@@ -111,0 +115,11 @@ _Required_ : No
+`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.
+
+_Required_ : No
+
+ _Type_ : [WebContentFilteringPolicy](./aws-properties-workspacesweb-browsersettings-webcontentfilteringpolicy.html)
+
+ _Update requires_ : [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
+