You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::FSx::Types::SelfManagedActiveDirectoryConfigurationUpdates

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SelfManagedActiveDirectoryConfigurationUpdates as input to an Aws::Client method, you can use a vanilla Hash:

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

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#dns_ipsArray<String>

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

Returns:

  • (Array<String>)

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

#passwordString

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

Returns:

  • (String)

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

#user_nameString

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.

Returns:

  • (String)

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