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 for the ConnectDirectory operation when an AD Connector directory is being created.

Inheritance Hierarchy

System.Object
  Amazon.DirectoryService.Model.DirectoryConnectSettings

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

Syntax

C#
public class DirectoryConnectSettings : Object

The DirectoryConnectSettings type exposes the following members

Constructors

NameDescription
Public Method DirectoryConnectSettings()

Properties

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

A list of one or more IP addresses of DNS servers or domain controllers in the on-premises directory.

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

The username of an account in the on-premises directory that is used to connect to the directory. This account must have the following privileges:

  • Read users and groups
  • Create computer objects
  • Join computers to the domain
Public Property SubnetIds System.Collections.Generic.List<System.String> Gets and sets the property SubnetIds.

A list of subnet identifiers in the VPC in which the AD Connector is created.

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

The identifier of the VPC in which the AD Connector is created.

Version Information

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