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

DirectoryDescription

import type { DirectoryDescription } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
interface DirectoryDescription {
AccessUrl?: string | null;
Alias?: string | null;
ConnectSettings?: DirectoryConnectSettingsDescription | null;
Description?: string | null;
DesiredNumberOfDomainControllers?: number | null;
DirectoryId?: string | null;
DnsIpAddrs?: string[] | null;
Edition?: DirectoryEdition | null;
LaunchTime?: Date | number | null;
Name?: string | null;
OwnerDirectoryDescription?: OwnerDirectoryDescription | null;
RadiusSettings?: RadiusSettings | null;
RadiusStatus?: RadiusStatus | null;
RegionsInfo?: RegionsInfo | null;
ShareMethod?: ShareMethod | null;
ShareNotes?: string | null;
ShareStatus?: ShareStatus | null;
ShortName?: string | null;
Size?: DirectorySize | null;
SsoEnabled?: boolean | null;
Stage?: DirectoryStage | null;
StageLastUpdatedDateTime?: Date | number | null;
StageReason?: string | null;
Type?: DirectoryType | null;
VpcSettings?: DirectoryVpcSettingsDescription | null;
}

§Properties

§
AccessUrl?: string | null
[src]
§
Alias?: string | null
[src]
§
Description?: string | null
[src]
§
DesiredNumberOfDomainControllers?: number | null
[src]
§
DirectoryId?: string | null
[src]
§
DnsIpAddrs?: string[] | null
[src]
§
Edition?: DirectoryEdition | null
[src]
§
LaunchTime?: Date | number | null
[src]
§
Name?: string | null
[src]
§
OwnerDirectoryDescription?: OwnerDirectoryDescription | null
[src]
§
RadiusSettings?: RadiusSettings | null
[src]
§
RadiusStatus?: RadiusStatus | null
[src]
§
RegionsInfo?: RegionsInfo | null
[src]
§
ShareMethod?: ShareMethod | null
[src]
§
ShareNotes?: string | null
[src]
§
ShareStatus?: ShareStatus | null
[src]
§
ShortName?: string | null
[src]
§
Size?: DirectorySize | null
[src]
§
SsoEnabled?: boolean | null
[src]
§
Stage?: DirectoryStage | null
[src]
§
StageLastUpdatedDateTime?: Date | number | null
[src]
§
StageReason?: string | null
[src]
§
Type?: DirectoryType | null
[src]