AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Describes the information used to create a WorkSpace.

Inheritance Hierarchy

System.Object
  Amazon.WorkSpaces.Model.WorkspaceRequest

Namespace: Amazon.WorkSpaces.Model
Assembly: AWSSDK.WorkSpaces.dll
Version: 3.x.y.z

Syntax

C#
public class WorkspaceRequest

The WorkspaceRequest type exposes the following members

Constructors

NameDescription
Public Method WorkspaceRequest()

Properties

NameTypeDescription
Public Property BundleId System.String

Gets and sets the property BundleId.

The identifier of the bundle for the WorkSpace. You can use DescribeWorkspaceBundles to list the available bundles.

Public Property DirectoryId System.String

Gets and sets the property DirectoryId.

The identifier of the Directory Service directory for the WorkSpace. You can use DescribeWorkspaceDirectories to list the available directories.

Public Property RootVolumeEncryptionEnabled System.Boolean

Gets and sets the property RootVolumeEncryptionEnabled.

Indicates whether the data stored on the root volume is encrypted.

Public Property Tags System.Collections.Generic.List<Amazon.WorkSpaces.Model.Tag>

Gets and sets the property Tags.

The tags for the WorkSpace.

Public Property UserName System.String

Gets and sets the property UserName.

The user name of the user for the WorkSpace. This user name must exist in the Directory Service directory for the WorkSpace.

The reserved keyword, [UNDEFINED], is used when creating user-decoupled WorkSpaces.

Public Property UserVolumeEncryptionEnabled System.Boolean

Gets and sets the property UserVolumeEncryptionEnabled.

Indicates whether the data stored on the user volume is encrypted.

Public Property VolumeEncryptionKey System.String

Gets and sets the property VolumeEncryptionKey.

The ARN of the symmetric KMS key used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric KMS keys.

Public Property WorkspaceName System.String

Gets and sets the property WorkspaceName.

The name of the user-decoupled WorkSpace.

WorkspaceName is required if UserName is [UNDEFINED] for user-decoupled WorkSpaces. WorkspaceName is not applicable if UserName is specified for user-assigned WorkSpaces.

Public Property WorkspaceProperties Amazon.WorkSpaces.Model.WorkspaceProperties

Gets and sets the property WorkspaceProperties.

The WorkSpace properties.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5