get Execution
Returns an execution of the given name.
Return
null
Parameters
argument
null
suspend fun getExecution(executionId: String, location: String, project: String? = null, view: String? = null, workflowId: String): GetExecutionResult
Return
null
Parameters
execution Id
location
project
view
workflow Id
See also
suspend fun getExecution(argument: suspend GetExecutionPlainArgsBuilder.() -> Unit): GetExecutionResult
Return
null
Parameters
argument
Builder for com.pulumi.googlenative.workflowexecutions.v1beta.kotlin.inputs.GetExecutionPlainArgs.