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

DomainMembership

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

An Active Directory Domain membership record associated with a DB instance.

interface DomainMembership {
Domain?: string | null;
FQDN?: string | null;
IAMRoleName?: string | null;
Status?: string | null;
}

§Properties

§
Domain?: string | null
[src]

The identifier of the Active Directory Domain.

§
FQDN?: string | null
[src]

The fully qualified domain name of the Active Directory Domain.

§
IAMRoleName?: string | null
[src]

The name of the IAM role to be used when making API calls to the Directory Service.

§
Status?: string | null
[src]

The status of the DB instance's Active Directory Domain membership, such as joined, pending-join, failed etc).