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-16vtt531a2w0.deno.dev/v0.2/services/directoryservice.ts";
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]
§
DirectoryId?: string | null
[src]
§
DnsIpAddr?: string | null
[src]
§
DomainControllerId?: string | null
[src]
§
LaunchTime?: Date | number | null
[src]
§
StatusLastUpdatedDateTime?: Date | number | null
[src]
§
StatusReason?: string | null
[src]
§
SubnetId?: string | null
[src]
§
VpcId?: string | null
[src]