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

CreateDirectoryRequest

import type { CreateDirectoryRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface CreateDirectoryRequest {
Description?: string | null;
Name: string;
Password: string;
ShortName?: string | null;
Tags?: Tag[] | null;
VpcSettings?: DirectoryVpcSettings | null;
}

§Properties

§
Description?: string | null
[src]
§
Name: string
[src]
§
Password: string
[src]
§
ShortName?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
VpcSettings?: DirectoryVpcSettings | null
[src]