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

Class: Aws::FSx::Types::SelfManagedActiveDirectoryAttributes

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

Overview

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server instance is joined.

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.

#domain_nameString

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

Returns:

  • (String)

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

#file_system_administrators_groupString

The name of the domain group whose members have administrative privileges for the FSx file system.

Returns:

  • (String)

    The name of the domain group whose members have administrative privileges for the FSx file system.

#organizational_unit_distinguished_nameString

The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server instance is joined.

Returns:

  • (String)

    The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server instance is joined.

#user_nameString

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

Returns:

  • (String)

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