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.deno.dev/v0.3/services/directoryservice.ts?docs=full";

Contains information about an Directory Service directory.

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]

The access URL for the directory, such as http://<alias>.awsapps.com. If no alias has been created for the directory, <alias> is the directory identifier, such as d-XXXXXXXXXX.

§
Alias?: string | null
[src]

The alias for the directory. If no alias has been created for the directory, the alias is the directory identifier, such as d-XXXXXXXXXX.

§

A "DirectoryConnectSettingsDescription" object that contains additional information about an AD Connector directory. This member is only present if the directory is an AD Connector directory.

§
Description?: string | null
[src]

The description for the directory.

§
DesiredNumberOfDomainControllers?: number | null
[src]

The desired number of domain controllers in the directory if the directory is Microsoft AD.

§
DirectoryId?: string | null
[src]

The directory identifier.

§
DnsIpAddrs?: string[] | null
[src]

The IP addresses of the DNS servers for the directory. For a Simple AD or Microsoft AD directory, these are the IP addresses of the Simple AD or Microsoft AD directory servers. For an AD Connector directory, these are the IP addresses of the DNS servers or domain controllers in your self-managed directory to which the AD Connector is connected.

§
Edition?: DirectoryEdition | null
[src]

The edition associated with this directory.

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

Specifies when the directory was created.

§
Name?: string | null
[src]

The fully qualified name of the directory.

§
OwnerDirectoryDescription?: OwnerDirectoryDescription | null
[src]

Describes the Managed Microsoft AD directory in the directory owner account.

§
RadiusSettings?: RadiusSettings | null
[src]

A "RadiusSettings" object that contains information about the RADIUS server configured for this directory.

§
RadiusStatus?: RadiusStatus | null
[src]

The status of the RADIUS MFA server connection.

§
RegionsInfo?: RegionsInfo | null
[src]

Lists the Regions where the directory has replicated.

§
ShareMethod?: ShareMethod | null
[src]

The method used when sharing a directory to determine whether the directory should be shared within your Amazon Web Services organization (ORGANIZATIONS) or with any Amazon Web Services account by sending a shared directory request (HANDSHAKE).

§
ShareNotes?: string | null
[src]

A directory share request that is sent by the directory owner to the directory consumer. The request includes a typed message to help the directory consumer administrator determine whether to approve or reject the share invitation.

§
ShareStatus?: ShareStatus | null
[src]

Current directory status of the shared Managed Microsoft AD directory.

§
ShortName?: string | null
[src]

The short name of the directory.

§
Size?: DirectorySize | null
[src]

The directory size.

§
SsoEnabled?: boolean | null
[src]

Indicates if single sign-on is enabled for the directory. For more information, see "EnableSso" and "DisableSso".

§
Stage?: DirectoryStage | null
[src]

The current stage of the directory.

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

The date and time that the stage was last updated.

§
StageReason?: string | null
[src]

Additional information about the directory stage.

§
Type?: DirectoryType | null
[src]

The directory size.

§

A "DirectoryVpcSettingsDescription" object that contains additional information about a directory. This member is only present if the directory is a Simple AD or Managed Microsoft AD directory.