ConnectDirectoryRequest
public struct ConnectDirectoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
A DirectoryConnectSettings object that contains additional information for the operation.
Declaration
Swift
public let connectSettings: DirectoryConnectSettings
-
A description for the directory.
Declaration
Swift
public let description: String?
-
The fully qualified name of the on-premises directory, such as corp.example.com.
Declaration
Swift
public let name: String
-
The password for the on-premises user account.
Declaration
Swift
public let password: String
-
The NetBIOS name of the on-premises directory, such as CORP.
Declaration
Swift
public let shortName: String?
-
The size of the directory.
Declaration
Swift
public let size: DirectorySize
-
The tags to be assigned to AD Connector.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(connectSettings: DirectoryConnectSettings, description: String? = nil, name: String, password: String, shortName: String? = nil, size: DirectorySize, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws