pulumirpc.provider.CallRequest
See theCallRequest companion object
final case class CallRequest(tok: String, args: Option[Struct], argDependencies: Map[String, ArgumentDependencies], project: String, stack: String, config: Map[String, String], configSecretKeys: Seq[String], dryRun: Boolean, parallel: Int, monitorEndpoint: String, organization: String, acceptsOutputValues: Boolean, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[CallRequest]
Value parameters
- acceptsOutputValues
-
the engine can be passed output values back, returnDependencies can be left blank if returning output values.
- argDependencies
-
a map from argument keys to the dependencies of the argument.
- args
-
the arguments for the function invocation.
- config
-
the configuration variables to apply before running.
- configSecretKeys
-
the configuration keys that have secret values.
- dryRun
-
true if we're only doing a dryrun (preview).
- monitorEndpoint
-
the address for communicating back to the resource monitor.
- organization
-
the organization of the stack being deployed into.
- parallel
-
the degree of parallelism for resource operations (<=1 for serial).
- project
-
the project name.
- stack
-
the name of the stack being deployed into.
- tok
-
the function token to invoke.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[CallRequest]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article