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

SelfManagedActiveDirectoryConfigurationUpdates

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

The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.

interface SelfManagedActiveDirectoryConfigurationUpdates {
DnsIps?: string[] | null;
Password?: string | null;
UserName?: string | null;
}

§Properties

§
DnsIps?: string[] | null
[src]

A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.

§
Password?: string | null
[src]

The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

§
UserName?: string | null
[src]

The user name for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain. This account must have the permission to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.