Class: Aws::WorkSpacesWeb::Types::CreateUserSettingsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::CreateUserSettingsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:cookie_synchronization_configuration, :tags]
Instance Attribute Summary collapse
-
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the user settings.
-
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.
-
#copy_allowed ⇒ String
Specifies whether the user can copy text from the streaming session to the local device.
-
#customer_managed_key ⇒ String
The customer managed key used to encrypt sensitive information in the user settings.
-
#deep_link_allowed ⇒ String
Specifies whether the user can use deep links that open automatically when connecting to a session.
-
#disconnect_timeout_in_minutes ⇒ Integer
The amount of time that a streaming session remains active after users disconnect.
-
#download_allowed ⇒ String
Specifies whether the user can download files from the streaming session to the local device.
-
#idle_disconnect_timeout_in_minutes ⇒ Integer
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
-
#paste_allowed ⇒ String
Specifies whether the user can paste text from the local device to the streaming session.
-
#print_allowed ⇒ String
Specifies whether the user can print to the local device.
-
#tags ⇒ Array<Types::Tag>
The tags to add to the user settings resource.
-
#upload_allowed ⇒ String
Specifies whether the user can upload files from the local device to the streaming session.
Instance Attribute Details
#additional_encryption_context ⇒ Hash<String,String>
The additional encryption context of the user settings.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#client_token ⇒ String
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. Idempotency ensures that an API request completes only once. With an idempotent request, if the original request completes successfully, subsequent retries with the same client token returns the result from the original successful request.
If you do not specify a client token, one is automatically generated by the Amazon Web Services SDK.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#cookie_synchronization_configuration ⇒ Types::CookieSynchronizationConfiguration
The configuration that specifies which cookies should be synchronized from the end user’s local browser to the remote browser.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#copy_allowed ⇒ String
Specifies whether the user can copy text from the streaming session to the local device.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#customer_managed_key ⇒ String
The customer managed key used to encrypt sensitive information in the user settings.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#deep_link_allowed ⇒ String
Specifies whether the user can use deep links that open automatically when connecting to a session.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#disconnect_timeout_in_minutes ⇒ Integer
The amount of time that a streaming session remains active after users disconnect.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#download_allowed ⇒ String
Specifies whether the user can download files from the streaming session to the local device.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#idle_disconnect_timeout_in_minutes ⇒ Integer
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session and the disconnect timeout interval begins.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#paste_allowed ⇒ String
Specifies whether the user can paste text from the local device to the streaming session.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#print_allowed ⇒ String
Specifies whether the user can print to the local device.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#tags ⇒ Array<Types::Tag>
The tags to add to the user settings resource. A tag is a key-value pair.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |
#upload_allowed ⇒ String
Specifies whether the user can upload files from the local device to the streaming session.
1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 1091 class CreateUserSettingsRequest < Struct.new( :additional_encryption_context, :client_token, :cookie_synchronization_configuration, :copy_allowed, :customer_managed_key, :deep_link_allowed, :disconnect_timeout_in_minutes, :download_allowed, :idle_disconnect_timeout_in_minutes, :paste_allowed, :print_allowed, :tags, :upload_allowed) SENSITIVE = [:cookie_synchronization_configuration, :tags] include Aws::Structure end |