Class: Aws::WorkSpacesThinClient::Types::CreateEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::CreateEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :desktop_endpoint, :tags, :device_creation_tags]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#desired_software_set_id ⇒ String
The ID of the software set to apply.
-
#desktop_arn ⇒ String
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or AppStream 2.0.
-
#desktop_endpoint ⇒ String
The URL for the identity provider login (only for environments that use AppStream 2.0).
-
#device_creation_tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service key to use to encrypt the environment.
-
#maintenance_window ⇒ Types::MaintenanceWindow
A specification for a time window to apply software updates.
-
#name ⇒ String
The name for the environment.
-
#software_set_update_mode ⇒ String
An option to define which software updates to apply.
-
#software_set_update_schedule ⇒ String
An option to define if software updates should be applied within a maintenance window.
-
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
Instance Attribute Details
#client_token ⇒ String
Specifies a unique, case-sensitive identifier that you provide to ensure the idempotency of the request. This lets you safely retry the request without accidentally performing the same operation a second time. Passing the same value to a later call to an operation requires that you also pass the same value for all other parameters. We recommend that you use a [UUID type of value].
If you don’t provide this value, then Amazon Web Services generates a random one for you.
If you retry the operation with the same ‘ClientToken`, but with different parameters, the retry fails with an `IdempotentParameterMismatch` error.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#desired_software_set_id ⇒ String
The ID of the software set to apply.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#desktop_arn ⇒ String
The Amazon Resource Name (ARN) of the desktop to stream from Amazon WorkSpaces, WorkSpaces Secure Browser, or AppStream 2.0.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#desktop_endpoint ⇒ String
The URL for the identity provider login (only for environments that use AppStream 2.0).
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#device_creation_tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the newly created devices for this environment.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) of the Key Management Service key to use to encrypt the environment.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#maintenance_window ⇒ Types::MaintenanceWindow
A specification for a time window to apply software updates.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#name ⇒ String
The name for the environment.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#software_set_update_mode ⇒ String
An option to define which software updates to apply.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#software_set_update_schedule ⇒ String
An option to define if software updates should be applied within a maintenance window.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A map of the key-value pairs of the tag or tags to assign to the resource.
122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 122 class CreateEnvironmentRequest < Struct.new( :name, :desktop_arn, :desktop_endpoint, :software_set_update_schedule, :maintenance_window, :software_set_update_mode, :desired_software_set_id, :kms_key_arn, :client_token, :tags, :device_creation_tags) SENSITIVE = [:name, :desktop_endpoint, :tags, :device_creation_tags] include Aws::Structure end |