AWS::WorkSpacesWeb::BrowserSettings WebContentFilteringPolicy - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::WorkSpacesWeb::BrowserSettings 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.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "AllowedUrls" : [ String, ... ], "BlockedCategories" : [ String, ... ], "BlockedUrls" : [ String, ... ] }

YAML

AllowedUrls: - String BlockedCategories: - String BlockedUrls: - String

Properties

AllowedUrls

URLs and domains that are always accessible to end users.

Required: No

Type: Array of String

Minimum: 1

Maximum: 1000

Update requires: No interruption

BlockedCategories

Categories of websites that are blocked on the end user's browsers.

Required: No

Type: Array of String

Minimum: 1

Maximum: 100

Update requires: No interruption

BlockedUrls

URLs and domains that end users cannot access.

Required: No

Type: Array of String

Minimum: 1

Maximum: 1000

Update requires: No interruption