SelfManagedActiveDirectoryConfigurationUpdates
The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.
Contents
- DnsIps
-
A list of up to three IP addresses of DNS servers or domain controllers in the self-managed AD directory.
Type: Array of strings
Array Members: Minimum number of 1 item. Maximum number of 3 items.
Length Constraints: Minimum length of 7. Maximum length of 15.
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])$
Required: No
- Password
-
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^.{1,256}$
Required: No
- UserName
-
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
.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 Amazon SDKs, see the following: