SelfManagedActiveDirectoryConfigurationUpdates
Specifies changes you are making to the self-managed Microsoft Active Directory configuration to which an FSx for Windows File Server file system or an FSx for ONTAP SVM is joined.
Contents
- DnsIps
-
A list of up to three DNS server or domain controller IP addresses in your self-managed Active Directory domain.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 3 items.
Length Constraints: Minimum length of 1. Maximum length of 45.
Pattern:
(^((([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}([0-9]|[1-9][0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5]))$|^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$)
Required: No
- DomainName
-
Specifies an updated fully qualified domain name of your self-managed Active Directory configuration.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 255.
Pattern:
^[^\u0000\u0085\u2028\u2029\r\n]{1,255}$
Required: No
- FileSystemAdministratorsGroup
-
For FSx for ONTAP file systems only - Specifies the updated name of the self-managed Active Directory domain group whose members are granted administrative privileges for the Amazon FSx resource.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[^\u0000\u0085\u2028\u2029\r\n]{1,256}$
Required: No
- OrganizationalUnitDistinguishedName
-
Specifies an updated fully qualified distinguished name of the organization unit within your self-managed Active Directory.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2000.
Pattern:
^[^\u0000\u0085\u2028\u2029\r\n]{1,2000}$
Required: No
- Password
-
Specifies the updated password for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^.{1,256}$
Required: No
- UserName
-
Specifies the updated user name for the service account on your self-managed Active Directory domain. Amazon FSx uses this account to join to your self-managed Active Directory domain.
This account must have the permissions required to join computers to the domain in the organizational unit provided in
OrganizationalUnitDistinguishedName
.Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^[^\u0000\u0085\u2028\u2029\r\n]{1,256}$
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: