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

Directory

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

Directory structure that includes the directory name and directory ARN.

interface Directory {
CreationDateTime?: Date | number | null;
DirectoryArn?: string | null;
Name?: string | null;
State?: DirectoryState | null;
}

§Properties

§
CreationDateTime?: Date | number | null
[src]

The date and time when the directory was created.

§
DirectoryArn?: string | null
[src]

The Amazon Resource Name (ARN) that is associated with the directory. For more information, see "arns".

§
Name?: string | null
[src]

The name of the directory.

§
State?: DirectoryState | null
[src]

The state of the directory. Can be either Enabled, Disabled, or Deleted.