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.deno.dev/v0.3/services/clouddirectory.ts?docs=full";
interface CreateDirectoryRequest {
Name: string;
SchemaArn: string;
}

§Properties

§
Name: string
[src]

The name of the "Directory". Should be unique per account, per region.

§
SchemaArn: string
[src]

The Amazon Resource Name (ARN) of the published schema that will be copied into the data "Directory". For more information, see "arns".