User Settings Args
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
Properties
Link copied to clipboard
val cookieSynchronizationConfiguration: Output<UserSettingsCookieSynchronizationConfigurationArgs>? = null