AWS::WorkSpacesWeb::BrowserSettings WebContentFilteringPolicy - AWS CloudFormation

This is the new AWS CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS 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 AWS 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