Class: Aws::WorkSpacesWeb::Types::UserSettings

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb

Overview

A user settings resource that can be associated with a web portal. Once associated with a web portal, user settings control how users can transfer data between a streaming session and the their local devices.

Constant Summary collapse

SENSITIVE =
[:cookie_synchronization_configuration]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_encryption_contextHash<String,String>

The additional encryption context of the user settings.

Returns:

  • (Hash<String,String>)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#associated_portal_arnsArray<String>

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

Returns:

  • (Array<String>)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

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



3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#copy_allowedString

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

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#customer_managed_keyString

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

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#disconnect_timeout_in_minutesInteger

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

Returns:

  • (Integer)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#download_allowedString

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

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#idle_disconnect_timeout_in_minutesInteger

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

Returns:

  • (Integer)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#paste_allowedString

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

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

Specifies whether the user can print to the local device.

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#upload_allowedString

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

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end

#user_settings_arnString

The ARN of the user settings.

Returns:

  • (String)


3229
3230
3231
3232
3233
3234
3235
3236
3237
3238
3239
3240
3241
3242
3243
3244
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 3229

class UserSettings < Struct.new(
  :additional_encryption_context,
  :associated_portal_arns,
  :cookie_synchronization_configuration,
  :copy_allowed,
  :customer_managed_key,
  :disconnect_timeout_in_minutes,
  :download_allowed,
  :idle_disconnect_timeout_in_minutes,
  :paste_allowed,
  :print_allowed,
  :upload_allowed,
  :user_settings_arn)
  SENSITIVE = [:cookie_synchronization_configuration]
  include Aws::Structure
end