SelfManagedActiveDirectoryConfigurationUpdates class

The configuration that Amazon FSx uses to join the Windows File Server instance to a self-managed Microsoft Active Directory (AD) directory.

Constructors

SelfManagedActiveDirectoryConfigurationUpdates({List<String>? dnsIps, String? password, String? userName})

Properties

dnsIps List<String>?
A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.
final
hashCode int
The hash code for this object.
no setterinherited
password String?
The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userName String?
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.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited