UserSettingsArgs

data class UserSettingsArgs(val additionalEncryptionContext: Output<UserSettingsEncryptionContextMapArgs>? = null, val cookieSynchronizationConfiguration: Output<UserSettingsCookieSynchronizationConfigurationArgs>? = null, val copyAllowed: Output<UserSettingsEnabledType>? = null, val customerManagedKey: Output<String>? = null, val disconnectTimeoutInMinutes: Output<Double>? = null, val downloadAllowed: Output<UserSettingsEnabledType>? = null, val idleDisconnectTimeoutInMinutes: Output<Double>? = null, val pasteAllowed: Output<UserSettingsEnabledType>? = null, val printAllowed: Output<UserSettingsEnabledType>? = null, val tags: Output<List<UserSettingsTagArgs>>? = null, val uploadAllowed: Output<UserSettingsEnabledType>? = null) : ConvertibleToJava<UserSettingsArgs>

Definition of AWS::WorkSpacesWeb::UserSettings Resource Type

Constructors

Link copied to clipboard
fun UserSettingsArgs(additionalEncryptionContext: Output<UserSettingsEncryptionContextMapArgs>? = null, cookieSynchronizationConfiguration: Output<UserSettingsCookieSynchronizationConfigurationArgs>? = null, copyAllowed: Output<UserSettingsEnabledType>? = null, customerManagedKey: Output<String>? = null, disconnectTimeoutInMinutes: Output<Double>? = null, downloadAllowed: Output<UserSettingsEnabledType>? = null, idleDisconnectTimeoutInMinutes: Output<Double>? = null, pasteAllowed: Output<UserSettingsEnabledType>? = null, printAllowed: Output<UserSettingsEnabledType>? = null, tags: Output<List<UserSettingsTagArgs>>? = null, uploadAllowed: Output<UserSettingsEnabledType>? = null)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
val customerManagedKey: Output<String>? = null
Link copied to clipboard
val disconnectTimeoutInMinutes: Output<Double>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<UserSettingsTagArgs>>? = null
Link copied to clipboard