Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

AWS::WorkSpacesWeb::BrowserSettings

Focus mode
AWS::WorkSpacesWeb::BrowserSettings - AWS CloudFormation
Filter View

This 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.

Syntax

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

JSON

{ "Type" : "AWS::WorkSpacesWeb::BrowserSettings", "Properties" : { "AdditionalEncryptionContext" : {Key: Value, ...}, "BrowserPolicy" : String, "CustomerManagedKey" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::WorkSpacesWeb::BrowserSettings Properties: AdditionalEncryptionContext: Key: Value BrowserPolicy: String CustomerManagedKey: String Tags: - Tag

Properties

AdditionalEncryptionContext

Additional encryption context of the browser settings.

Required: No

Type: Object of String

Pattern: ^[\s\S]*$

Minimum: 0

Maximum: 131072

Update requires: Replacement

BrowserPolicy

A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.

Required: No

Type: String

Pattern: \{[\S\s]*\}\s*

Minimum: 2

Maximum: 131072

Update requires: No interruption

CustomerManagedKey

The 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-]+$

Required: No

Type: String

Pattern: ^arn:[\w+=\/,.@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$

Minimum: 20

Maximum: 2048

Update requires: Replacement

Tags

The tags to add to the browser settings resource. A tag is a key-value pair.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource's Amazon Resource Name (ARN).

For more information about using the Ref function, see Ref.

Fn::GetAtt

AssociatedPortalArns

A list of web portal ARNs that the browser settings resource is associated with.

BrowserSettingsArn

The ARN of the browser settings.

On this page

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.