class Aws::FSx::Types::SelfManagedActiveDirectoryConfigurationUpdates

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

@note When making an API call, you may pass SelfManagedActiveDirectoryConfigurationUpdates

data as a hash:

    {
      user_name: "DirectoryUserName",
      password: "DirectoryPassword",
      dns_ips: ["IpAddress"],
    }

@!attribute [rw] user_name

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`.
@return [String]

@!attribute [rw] password

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

@!attribute [rw] dns_ips

A list of up to two IP addresses of DNS servers or domain
controllers in the self-managed AD directory.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/SelfManagedActiveDirectoryConfigurationUpdates AWS API Documentation

Constants

SENSITIVE