createProject
inline suspend fun CodeStarClient.createProject(crossinline block: CreateProjectRequest.Builder.() -> Unit): CreateProjectResponse
Creates a project, including project resources. This action creates a project based on a submitted project request. A set of source code files and a toolchain template file can be included with the project request. If these are not provided, an empty project is created.