SelfManagedActiveDirectoryConfigurationUpdates

public struct SelfManagedActiveDirectoryConfigurationUpdates : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • A list of up to two IP addresses of DNS servers or domain controllers in the self-managed AD directory.

    Declaration

    Swift

    public let dnsIps: [String]?
  • The password for the service account on your self-managed AD domain that Amazon FSx will use to join to your AD domain.

    Declaration

    Swift

    public let password: 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.

    Declaration

    Swift

    public let userName: String?
  • Undocumented

    Declaration

    Swift

    public init(dnsIps: [String]? = nil, password: String? = nil, userName: String? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws