AWS::WorkSpacesWeb::BrowserSettings - AWS CloudFormation

AWS::WorkSpacesWeb::BrowserSettings

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.