UserSettingsArgs

data class UserSettingsArgs(val additionalEncryptionContext: Output<Map<String, String>>? = null, val cookieSynchronizationConfiguration: Output<UserSettingsCookieSynchronizationConfigurationArgs>? = null, val copyAllowed: Output<UserSettingsEnabledType>? = null, val customerManagedKey: Output<String>? = null, val deepLinkAllowed: Output<UserSettingsEnabledType>? = 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<TagArgs>>? = null, val toolbarConfiguration: Output<UserSettingsToolbarConfigurationArgs>? = null, val uploadAllowed: Output<UserSettingsEnabledType>? = null) : ConvertibleToJava<UserSettingsArgs>

Definition of AWS::WorkSpacesWeb::UserSettings Resource Type

Constructors

Link copied to clipboard
constructor(additionalEncryptionContext: Output<Map<String, String>>? = null, cookieSynchronizationConfiguration: Output<UserSettingsCookieSynchronizationConfigurationArgs>? = null, copyAllowed: Output<UserSettingsEnabledType>? = null, customerManagedKey: Output<String>? = null, deepLinkAllowed: Output<UserSettingsEnabledType>? = null, disconnectTimeoutInMinutes: Output<Double>? = null, downloadAllowed: Output<UserSettingsEnabledType>? = null, idleDisconnectTimeoutInMinutes: Output<Double>? = null, pasteAllowed: Output<UserSettingsEnabledType>? = null, printAllowed: Output<UserSettingsEnabledType>? = null, tags: Output<List<TagArgs>>? = null, toolbarConfiguration: Output<UserSettingsToolbarConfigurationArgs>? = null, uploadAllowed: Output<UserSettingsEnabledType>? = null)

Properties

Link copied to clipboard

The additional encryption context of the user settings.

Link copied to clipboard

The configuration that specifies which cookies should be synchronized from the end user's local browser to the remote browser.

Link copied to clipboard

Specifies whether the user can copy text from the streaming session to the local device.

Link copied to clipboard
val customerManagedKey: Output<String>? = null

The customer managed key used to encrypt sensitive information in the user settings.

Link copied to clipboard

Specifies whether the user can use deep links that open automatically when connecting to a session.

Link copied to clipboard
val disconnectTimeoutInMinutes: Output<Double>? = null

The amount of time that a streaming session remains active after users disconnect.

Link copied to clipboard

Specifies whether the user can download files from the streaming session to the local device.

Link copied to clipboard

The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.

Link copied to clipboard

Specifies whether the user can paste text from the local device to the streaming session.

Link copied to clipboard

Specifies whether the user can print to the local device.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags to add to the user settings resource. A tag is a key-value pair.

Link copied to clipboard

The configuration of the toolbar. This allows administrators to select the toolbar type and visual mode, set maximum display resolution for sessions, and choose which items are visible to end users during their sessions. If administrators do not modify these settings, end users retain control over their toolbar preferences.

Link copied to clipboard

Specifies whether the user can upload files from the local device to the streaming session.

Functions

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