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.

Container for the parameters to the CreateDirectory operation. Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.

You can also quickly create a directory using a managed schema, called the QuickStartSchema. For more information, see Managed Schema in the Amazon Cloud Directory Developer Guide.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudDirectory.AmazonCloudDirectoryRequest
      Amazon.CloudDirectory.Model.CreateDirectoryRequest

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

Syntax

C#
public class CreateDirectoryRequest : AmazonCloudDirectoryRequest
         IAmazonWebServiceRequest

The CreateDirectoryRequest type exposes the following members

Constructors

NameDescription
Public Method CreateDirectoryRequest()

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

The name of the Directory. Should be unique per account, per region.

Public Property SchemaArn System.String

Gets and sets the property SchemaArn.

The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.

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