createDirectory
inline suspend fun CloudDirectoryClient.createDirectory(crossinline block: CreateDirectoryRequest.Builder.() -> Unit): CreateDirectoryResponse
Creates a Directory by copying the published schema into the directory. A directory cannot be created without a schema.
You can also quickly create a directory using a managed schema, called the QuickStartSchema
. For more information, see Managed Schema in the Amazon Cloud Directory Developer Guide.