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

ConnectDirectoryRequest

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

Contains the inputs for the "ConnectDirectory" operation.

interface ConnectDirectoryRequest {
ConnectSettings: DirectoryConnectSettings;
Description?: string | null;
Name: string;
Password: string;
ShortName?: string | null;
Tags?: Tag[] | null;
}

§Properties

§

A "DirectoryConnectSettings" object that contains additional information for the operation.

§
Description?: string | null
[src]

A description for the directory.

§
Name: string
[src]

The fully qualified name of your self-managed directory, such as corp.example.com.

§
Password: string
[src]

The password for your self-managed user account.

§
ShortName?: string | null
[src]

The NetBIOS name of your self-managed directory, such as CORP.

§

The size of the directory.

§
Tags?: Tag[] | null
[src]

The tags to be assigned to AD Connector.