BrowserSettingsArgs

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

Definition of AWS::WorkSpacesWeb::BrowserSettings Resource Type

Constructors

Link copied to clipboard
fun BrowserSettingsArgs(additionalEncryptionContext: Output<BrowserSettingsEncryptionContextMapArgs>? = null, browserPolicy: Output<String>? = null, customerManagedKey: Output<String>? = null, tags: Output<List<BrowserSettingsTagArgs>>? = null)

Functions

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

Properties

Link copied to clipboard
val browserPolicy: Output<String>? = null
Link copied to clipboard
val customerManagedKey: Output<String>? = null
Link copied to clipboard
val tags: Output<List<BrowserSettingsTagArgs>>? = null