CreateDirectoryRequest
public struct CreateDirectoryRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
The name of the Directory. Should be unique per account, per region.
Declaration
Swift
public let name: String -
The Amazon Resource Name (ARN) of the published schema that will be copied into the data Directory. For more information, see arns.
Declaration
Swift
public let schemaArn: String -
Undocumented
Declaration
Swift
public init(name: String, schemaArn: String) -
Declaration
Swift
public func validate(name: String) throws
View on GitHub
CreateDirectoryRequest Structure Reference