Class: Aws::WorkSpaces::Types::RegisterWorkspaceDirectoryRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-workspaces/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#active_directory_configTypes::ActiveDirectoryConfig

The active directory config of the directory.



4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#directory_idString

The identifier of the directory. You cannot register a directory if it does not have a status of Active. If the directory does not have a status of Active, you will receive an InvalidResourceStateException error. If you have already registered the maximum number of directories that you can register with Amazon WorkSpaces, you will receive a ResourceLimitExceededException error. Deregister directories that you are not using for WorkSpaces, and try again.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#enable_self_serviceBoolean

Indicates whether self-service capabilities are enabled or disabled.

Returns:

  • (Boolean)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#idc_instance_arnString

The Amazon Resource Name (ARN) of the identity center instance.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#microsoft_entra_configTypes::MicrosoftEntraConfig

The details about Microsoft Entra config.



4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#subnet_idsArray<String>

The identifiers of the subnets for your virtual private cloud (VPC). Make sure that the subnets are in supported Availability Zones. The subnets must also be in separate Availability Zones. If these conditions are not met, you will receive an OperationNotSupportedException error.

Returns:

  • (Array<String>)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The tags associated with the directory.

Returns:



4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#tenancyString

Indicates whether your WorkSpace directory is dedicated or shared. To use Bring Your Own License (BYOL) images, this value must be set to ‘DEDICATED` and your Amazon Web Services account must be enabled for BYOL. If your account has not been enabled for BYOL, you will receive an InvalidParameterValuesException error. For more information about BYOL images, see [Bring Your Own Windows Desktop Images].

[1]: docs.aws.amazon.com/workspaces/latest/adminguide/byol-windows-images.html

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#user_identity_typeString

The type of identity management the user is using.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_directory_descriptionString

Description of the directory to register.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_directory_nameString

The name of the directory to register.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end

#workspace_typeString

Indicates whether the directory’s WorkSpace type is personal or pools.

Returns:

  • (String)


4101
4102
4103
4104
4105
4106
4107
4108
4109
4110
4111
4112
4113
4114
4115
4116
# File 'lib/aws-sdk-workspaces/types.rb', line 4101

class RegisterWorkspaceDirectoryRequest < Struct.new(
  :directory_id,
  :subnet_ids,
  :enable_self_service,
  :tenancy,
  :tags,
  :workspace_directory_name,
  :workspace_directory_description,
  :user_identity_type,
  :idc_instance_arn,
  :microsoft_entra_config,
  :workspace_type,
  :active_directory_config)
  SENSITIVE = []
  include Aws::Structure
end