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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb

Overview

The configuration of the self-managed Microsoft Active Directory (AD) directory to which the Windows File Server or ONTAP storage virtual machine (SVM) instance is joined.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_ipsArray<String>

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

Returns:

  • (Array<String>)


7830
7831
7832
7833
7834
7835
7836
7837
7838
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7830

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#domain_nameString

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

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
7837
7838
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7830

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_administrators_groupString

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

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
7837
7838
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7830

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#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 or ONTAP storage virtual machine (SVM) instance is joined.

Returns:

  • (String)


7830
7831
7832
7833
7834
7835
7836
7837
7838
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7830

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end

#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)


7830
7831
7832
7833
7834
7835
7836
7837
7838
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7830

class SelfManagedActiveDirectoryAttributes < Struct.new(
  :domain_name,
  :organizational_unit_distinguished_name,
  :file_system_administrators_group,
  :user_name,
  :dns_ips)
  SENSITIVE = []
  include Aws::Structure
end