BrowserSettingsArgs

data class BrowserSettingsArgs(val additionalEncryptionContext: Output<Map<String, String>>? = null, val browserPolicy: Output<String>? = null, val customerManagedKey: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<BrowserSettingsArgs>

Definition of AWS::WorkSpacesWeb::BrowserSettings Resource Type

Constructors

Link copied to clipboard
constructor(additionalEncryptionContext: Output<Map<String, String>>? = null, browserPolicy: Output<String>? = null, customerManagedKey: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Additional encryption context of the browser settings.

Link copied to clipboard
val browserPolicy: Output<String>? = null

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

Link copied to clipboard
val customerManagedKey: Output<String>? = null

The custom managed key of the browser settings. Pattern : ^arn:[\w+=\/,&#46;@-]+:kms:[a-zA-Z0-9\-]*:[a-zA-Z0-9]{1,12}:key\/[a-zA-Z0-9-]+$

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): BrowserSettingsArgs