pulumirpc.resource.ResourceCallRequest
See theResourceCallRequest companion object
final case class ResourceCallRequest(tok: String, args: Option[Struct], argDependencies: Map[String, ArgumentDependencies], provider: String, version: String, pluginDownloadURL: String, pluginChecksums: Map[String, ByteString], sourcePosition: Option[SourcePosition], packageRef: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ResourceCallRequest]
Value parameters
- argDependencies
-
a map from argument keys to the dependencies of the argument.
- args
-
the arguments for the function invocation.
- packageRef
-
a reference from RegisterProviderRequest.
- pluginChecksums
-
a map of checksums of the provider to use when servicing this request.
- pluginDownloadURL
-
the pluginDownloadURL of the provider to use when servicing this request.
- provider
-
an optional reference to the provider to use for this invoke.
- sourcePosition
-
the optional source position of the user code that initiated the call.
- tok
-
the function token to invoke.
- version
-
the version of the provider to use when servicing this request.
Attributes
- Companion
- object
- Graph
-
- Supertypes
-
trait Updatable[ResourceCallRequest]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass Any
Members list
In this article