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

AwsRdsDbDomainMembership

import type { AwsRdsDbDomainMembership } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about an Active Directory domain membership record associated with the DB instance.

interface AwsRdsDbDomainMembership {
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 use when making API calls to the Directory Service.

§
Status?: string | null
[src]

The status of the Active Directory Domain membership for the DB instance.