AWS SDK Version 2 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.

.NET Framework 3.5
 
Contains information about a WorkSpace creation request.

Inheritance Hierarchy

System.Object
  Amazon.WorkSpaces.Model.WorkspaceRequest

Namespace: Amazon.WorkSpaces.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class WorkspaceRequest : Object

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 to create the WorkSpace from. You can use the DescribeWorkspaceBundles operation to obtain a list of the bundles that are available.

Public Property DirectoryId System.String Gets and sets the property DirectoryId.

The identifier of the AWS Directory Service directory to create the WorkSpace in. You can use the DescribeWorkspaceDirectories operation to obtain a list of the directories that are available.

Public Property RootVolumeEncryptionEnabled System.Boolean Gets and sets the property RootVolumeEncryptionEnabled.

Specifies whether the data stored on the root volume, or C: drive, is encrypted.

Public Property UserName System.String Gets and sets the property UserName.

The username that the WorkSpace is assigned to. This username must exist in the AWS Directory Service directory specified by the DirectoryId member.

Public Property UserVolumeEncryptionEnabled System.Boolean Gets and sets the property UserVolumeEncryptionEnabled.

Specifies whether the data stored on the user volume, or D: drive, is encrypted.

Public Property VolumeEncryptionKey System.String Gets and sets the property VolumeEncryptionKey.

The KMS key used to encrypt data stored on your WorkSpace.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5