pulumirpc.language.GenerateProjectRequest
See theGenerateProjectRequest companion object
final case class GenerateProjectRequest(sourceDirectory: String, targetDirectory: String, project: String, strict: Boolean, loaderTarget: String, localDependencies: Map[String, String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[GenerateProjectRequest]
Value parameters
- loaderTarget
-
The target of a codegen.LoaderServer to use for loading schemas.
- localDependencies
-
local dependencies to use instead of using the package system. This is a map of package name to a local path of a language specific artifact to use for the SDK for that package.
- project
-
the JSON-encoded pulumi project file.
- sourceDirectory
-
the directory to generate the project from.
- strict
-
if PCL binding should be strict or not.
- targetDirectory
-
the directory to generate the project in.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[GenerateProjectRequest]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article