Browser Settings Args
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
Properties
Link copied to clipboard
Additional encryption context of the browser settings.
Link copied to clipboard
A JSON string containing Chrome Enterprise policies that will be applied to all streaming sessions.
Link copied to clipboard
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-]+$