Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DirectoryConnectSettings

import type { DirectoryConnectSettings } from "https://aws-api.deno.dev/v0.3/services/directoryservice.ts?docs=full";

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

interface DirectoryConnectSettings {
CustomerDnsIps: string[];
CustomerUserName: string;
SubnetIds: string[];
VpcId: string;
}

§Properties

§
CustomerDnsIps: string[]
[src]

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

§
CustomerUserName: string
[src]

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
§
SubnetIds: string[]
[src]

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

§
VpcId: string
[src]

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