CreateDirectoryConfigRequest
public struct CreateDirectoryConfigRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The fully qualified name of the directory (for example, corp.example.com).
Declaration
Swift
public let directoryName: String -
The distinguished names of the organizational units for computer accounts.
Declaration
Swift
public let organizationalUnitDistinguishedNames: [String] -
The credentials for the service account used by the fleet or image builder to connect to the directory.
Declaration
Swift
public let serviceAccountCredentials: ServiceAccountCredentials? -
Undocumented
Declaration
Swift
public init(directoryName: String, organizationalUnitDistinguishedNames: [String], serviceAccountCredentials: ServiceAccountCredentials? = nil) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateDirectoryConfigRequest Structure Reference