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

DomainJoinInfo

import type { DomainJoinInfo } from "https://aws-api.deno.dev/v0.4/services/appstream.ts?docs=full";

Describes the configuration information required to join fleets and image builders to Microsoft Active Directory domains.

interface DomainJoinInfo {
DirectoryName?: string | null;
OrganizationalUnitDistinguishedName?: string | null;
}

§Properties

§
DirectoryName?: string | null
[src]

The fully qualified name of the directory (for example, corp.example.com).

§
OrganizationalUnitDistinguishedName?: string | null
[src]

The distinguished name of the organizational unit for computer accounts.