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 4.5
 
Contains information about an AWS Directory Service directory for use with Amazon WorkSpaces.

Inheritance Hierarchy

System.Object
  Amazon.WorkSpaces.Model.WorkspaceDirectory

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

Syntax

C#
public class WorkspaceDirectory : Object

The WorkspaceDirectory type exposes the following members

Constructors

NameDescription
Public Method WorkspaceDirectory()

Properties

NameTypeDescription
Public Property Alias System.String Gets and sets the property Alias.

The directory alias.

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

The user name for the service account.

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

The directory identifier.

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

The name of the directory.

Public Property DirectoryType Amazon.WorkSpaces.WorkspaceDirectoryType Gets and sets the property DirectoryType.

The directory type.

Public Property DnsIpAddresses System.Collections.Generic.List<System.String> Gets and sets the property DnsIpAddresses.

An array of strings that contains the IP addresses of the DNS servers for the directory.

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

The identifier of the IAM role. This is the role that allows Amazon WorkSpaces to make calls to other services, such as Amazon EC2, on your behalf.

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

The registration code for the directory. This is the code that users enter in their Amazon WorkSpaces client application to connect to the directory.

Public Property State Amazon.WorkSpaces.WorkspaceDirectoryState Gets and sets the property State.

The state of the directory's registration with Amazon WorkSpaces

Public Property SubnetIds System.Collections.Generic.List<System.String> Gets and sets the property SubnetIds.

An array of strings that contains the identifiers of the subnets used with the directory.

Public Property WorkspaceCreationProperties Amazon.WorkSpaces.Model.DefaultWorkspaceCreationProperties Gets and sets the property WorkspaceCreationProperties.

A structure that specifies the default creation properties for all WorkSpaces in the directory.

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

The identifier of the security group that is assigned to new WorkSpaces.

Version Information

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