get Execution
Gets an Execution. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to write to project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the Execution does not exist
Return
null
Parameters
argument
null
suspend fun getExecution(executionId: String, historyId: String, project: String? = null): GetExecutionResult
Return
null
See also
Parameters
execution Id
history Id
project
suspend fun getExecution(argument: suspend GetExecutionPlainArgsBuilder.() -> Unit): GetExecutionResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.toolresults.v1beta3.kotlin.inputs.GetExecutionPlainArgs.