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

RegionDescription

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

The replicated Region information for a directory.

interface RegionDescription {
DesiredNumberOfDomainControllers?: number | null;
DirectoryId?: string | null;
LastUpdatedDateTime?: Date | number | null;
LaunchTime?: Date | number | null;
RegionName?: string | null;
RegionType?: RegionType | null;
Status?: DirectoryStage | null;
StatusLastUpdatedDateTime?: Date | number | null;
VpcSettings?: DirectoryVpcSettings | null;
}

§Properties

§
DesiredNumberOfDomainControllers?: number | null
[src]

The desired number of domain controllers in the specified Region for the specified directory.

§
DirectoryId?: string | null
[src]

The identifier of the directory.

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

The date and time that the Region description was last updated.

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

Specifies when the Region replication began.

§
RegionName?: string | null
[src]

The name of the Region. For example, us-east-1.

§
RegionType?: RegionType | null
[src]

Specifies whether the Region is the primary Region or an additional Region.

§
Status?: DirectoryStage | null
[src]

The status of the replication process for the specified Region.

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

The date and time that the Region status was last updated.

§
VpcSettings?: DirectoryVpcSettings | null
[src]