SelfManagedActiveDirectoryAttributes

public struct SelfManagedActiveDirectoryAttributes : 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 fully qualified domain name of the self-managed AD directory.

    Declaration

    Swift

    public let domainName: String?
  • The name of the domain group whose members have administrative privileges for the FSx file system.

    Declaration

    Swift

    public let fileSystemAdministratorsGroup: String?
  • The fully qualified distinguished name of the organizational unit within the self-managed AD directory to which the Windows File Server instance is joined.

    Declaration

    Swift

    public let organizationalUnitDistinguishedName: String?
  • The user name for the service account on your self-managed AD domain that FSx uses to join to your AD domain.

    Declaration

    Swift

    public let userName: String?
  • Undocumented

    Declaration

    Swift

    public init(dnsIps: [String]? = nil, domainName: String? = nil, fileSystemAdministratorsGroup: String? = nil, organizationalUnitDistinguishedName: String? = nil, userName: String? = nil)