getHistory

Gets a History. May return any of the following canonical error codes: - PERMISSION_DENIED - if the user is not authorized to read project - INVALID_ARGUMENT - if the request is malformed - NOT_FOUND - if the History does not exist

Return

null

Parameters

argument

null


suspend fun getHistory(historyId: String, project: String? = null): GetHistoryResult

Return

null

See also

Parameters

historyId
project

suspend fun getHistory(argument: suspend GetHistoryPlainArgsBuilder.() -> Unit): GetHistoryResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.toolresults.v1beta3.kotlin.inputs.GetHistoryPlainArgs.