DirectoryConnectSettings - AWS Directory Service

DirectoryConnectSettings

Contains information for the ConnectDirectory operation when an AD Connector directory is being created.

Contents

CustomerDnsIps

A list of one or more IP addresses of DNS servers or domain controllers in your self-managed directory.

Type: Array of strings

Pattern: ^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$

Required: Yes

CustomerUserName

The user name of an account in your self-managed directory that is used to connect to the directory. This account must have the following permissions:

  • Read users and groups

  • Create computer objects

  • Join computers to the domain

Type: String

Length Constraints: Minimum length of 1.

Pattern: [a-zA-Z0-9._-]+

Required: Yes

SubnetIds

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

Type: Array of strings

Pattern: ^(subnet-[0-9a-f]{8}|subnet-[0-9a-f]{17})$

Required: Yes

VpcId

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

Type: String

Pattern: ^(vpc-[0-9a-f]{8}|vpc-[0-9a-f]{17})$

Required: Yes

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: