GetUserSettingsResult

data class GetUserSettingsResult(val additionalEncryptionContext: Map<String, String>? = null, val associatedPortalArns: List<String>? = null, val cookieSynchronizationConfiguration: UserSettingsCookieSynchronizationConfiguration? = null, val copyAllowed: UserSettingsEnabledType? = null, val customerManagedKey: String? = null, val deepLinkAllowed: UserSettingsEnabledType? = null, val disconnectTimeoutInMinutes: Double? = null, val downloadAllowed: UserSettingsEnabledType? = null, val idleDisconnectTimeoutInMinutes: Double? = null, val pasteAllowed: UserSettingsEnabledType? = null, val printAllowed: UserSettingsEnabledType? = null, val tags: List<Tag>? = null, val uploadAllowed: UserSettingsEnabledType? = null, val userSettingsArn: String? = null)

Constructors

Link copied to clipboard
constructor(additionalEncryptionContext: Map<String, String>? = null, associatedPortalArns: List<String>? = null, cookieSynchronizationConfiguration: UserSettingsCookieSynchronizationConfiguration? = null, copyAllowed: UserSettingsEnabledType? = null, customerManagedKey: String? = null, deepLinkAllowed: UserSettingsEnabledType? = null, disconnectTimeoutInMinutes: Double? = null, downloadAllowed: UserSettingsEnabledType? = null, idleDisconnectTimeoutInMinutes: Double? = null, pasteAllowed: UserSettingsEnabledType? = null, printAllowed: UserSettingsEnabledType? = null, tags: List<Tag>? = null, uploadAllowed: UserSettingsEnabledType? = null, userSettingsArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The additional encryption context of the user settings.

Link copied to clipboard

A list of web portal ARNs that this user settings resource is associated with.

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

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

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: List<Tag>? = null

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

Link copied to clipboard

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

Link copied to clipboard
val userSettingsArn: String? = null

The ARN of the user settings.