Browser Settings Args
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)