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

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

Overview

Specifies changes you are making to the self-managed Microsoft Active Directory (AD) configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.

Constant Summary collapse

SENSITIVE =
[:password]

Instance Attribute Summary collapse

Instance Attribute Details

#dns_ipsArray<String>

A list of up to three DNS server or domain controller IP addresses in your self-managed AD domain.

Returns:

  • (Array<String>)


7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7958

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

#domain_nameString

Specifies an updated fully qualified domain name of your self-managed AD configuration.

Returns:

  • (String)


7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7958

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

#file_system_administrators_groupString

Specifies the updated name of the self-managed AD domain group whose members are granted administrative privileges for the Amazon FSx resource.

Returns:

  • (String)


7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7958

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

#organizational_unit_distinguished_nameString

Specifies an updated fully qualified distinguished name of the organization unit within your self-managed AD.

Returns:

  • (String)


7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7958

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

#passwordString

Specifies the updated password for the service account on your self-managed AD domain. Amazon FSx uses this account to join to your self-managed AD domain.

Returns:

  • (String)


7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7958

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

#user_nameString

Specifies the updated user name for the service account on your self-managed AD domain. Amazon FSx uses this account to join to your self-managed AD domain.

This account must have the permissions required to join computers to the domain in the organizational unit provided in OrganizationalUnitDistinguishedName.

Returns:

  • (String)


7958
7959
7960
7961
7962
7963
7964
7965
7966
7967
# File 'gems/aws-sdk-fsx/lib/aws-sdk-fsx/types.rb', line 7958

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