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

DomainController

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

Contains information about the domain controllers for a specified directory.

interface DomainController {
AvailabilityZone?: string | null;
DirectoryId?: string | null;
DnsIpAddr?: string | null;
DomainControllerId?: string | null;
LaunchTime?: Date | number | null;
Status?: DomainControllerStatus | null;
StatusLastUpdatedDateTime?: Date | number | null;
StatusReason?: string | null;
SubnetId?: string | null;
VpcId?: string | null;
}

§Properties

§
AvailabilityZone?: string | null
[src]

The Availability Zone where the domain controller is located.

§
DirectoryId?: string | null
[src]

Identifier of the directory where the domain controller resides.

§
DnsIpAddr?: string | null
[src]

The IP address of the domain controller.

§
DomainControllerId?: string | null
[src]

Identifies a specific domain controller in the directory.

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

Specifies when the domain controller was created.

§

The status of the domain controller.

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

The date and time that the status was last updated.

§
StatusReason?: string | null
[src]

A description of the domain controller state.

§
SubnetId?: string | null
[src]

Identifier of the subnet in the VPC that contains the domain controller.

§
VpcId?: string | null
[src]

The identifier of the VPC that contains the domain controller.