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.

Creates one or more WorkSpaces.

This operation is asynchronous and returns before the WorkSpaces are created.

  • The MANUAL running mode 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.

  • You don't need to specify the PCOIP protocol for Linux bundles because WSP is the default protocol for those bundles.

  • User-decoupled WorkSpaces are only supported by Amazon WorkSpaces Core.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to CreateWorkspacesAsync.

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

Syntax

C#
public abstract CreateWorkspacesResponse CreateWorkspaces(
         CreateWorkspacesRequest request
)

Parameters

request
Type: Amazon.WorkSpaces.Model.CreateWorkspacesRequest

Container for the necessary parameters to execute the CreateWorkspaces service method.

Return Value


The response from the CreateWorkspaces service method, as returned by WorkSpaces.

Exceptions

ExceptionCondition
InvalidParameterValuesException One or more parameter values are not valid.
ResourceLimitExceededException Your resource limits have been exceeded.

Version Information

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

See Also