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

CreateDirectoryConfigRequest

import type { CreateDirectoryConfigRequest } from "https://aws-api.deno.dev/v0.3/services/appstream.ts?docs=full";
interface CreateDirectoryConfigRequest {
DirectoryName: string;
OrganizationalUnitDistinguishedNames: string[];
ServiceAccountCredentials?: ServiceAccountCredentials | null;
}

§Properties

§
DirectoryName: string
[src]

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

§
OrganizationalUnitDistinguishedNames: string[]
[src]

The distinguished names of the organizational units for computer accounts.

§
ServiceAccountCredentials?: ServiceAccountCredentials | null
[src]

The credentials for the service account used by the fleet or image builder to connect to the directory.