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

ActiveDirectoryBackupAttributes

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

The Microsoft Active Directory attributes of the Amazon FSx for Windows File Server file system.

interface ActiveDirectoryBackupAttributes {
ActiveDirectoryId?: string | null;
DomainName?: string | null;
ResourceARN?: string | null;
}

§Properties

§
ActiveDirectoryId?: string | null
[src]

The ID of the Amazon Web Services Managed Microsoft Active Directory instance to which the file system is joined.

§
DomainName?: string | null
[src]

The fully qualified domain name of the self-managed Active Directory directory.

§
ResourceARN?: string | null
[src]