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 a WorkSpace.

Inheritance Hierarchy

System.Object
  Amazon.WorkSpaces.Model.WorkspaceProperties

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

Syntax

C#
public class WorkspaceProperties

The WorkspaceProperties type exposes the following members

Constructors

NameDescription
Public Method WorkspaceProperties()

Properties

NameTypeDescription
Public Property ComputeTypeName Amazon.WorkSpaces.Compute

Gets and sets the property ComputeTypeName.

The compute type. For more information, see Amazon WorkSpaces Bundles.

Public Property OperatingSystemName Amazon.WorkSpaces.OperatingSystemName

Gets and sets the property OperatingSystemName.

The name of the operating system.

Public Property Protocols System.Collections.Generic.List<System.String>

Gets and sets the property Protocols.

The protocol. For more information, see Protocols for Amazon WorkSpaces.

  • Only available for WorkSpaces created with PCoIP bundles.

  • The Protocols property is case sensitive. Ensure you use PCOIP or WSP.

  • Unavailable for Windows 7 WorkSpaces and WorkSpaces using GPU-based bundles (Graphics, GraphicsPro, Graphics.g4dn, and GraphicsPro.g4dn).

Public Property RootVolumeSizeGib System.Int32

Gets and sets the property RootVolumeSizeGib.

The size of the root volume. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.

Public Property RunningMode Amazon.WorkSpaces.RunningMode

Gets and sets the property RunningMode.

The running mode. For more information, see Manage the WorkSpace Running Mode.

The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core.

Public Property RunningModeAutoStopTimeoutInMinutes System.Int32

Gets and sets the property RunningModeAutoStopTimeoutInMinutes.

The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.

Public Property UserVolumeSizeGib System.Int32

Gets and sets the property UserVolumeSizeGib.

The size of the user storage. For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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