getFunction

Returns a function with the given name from the requested project.

Return

null

Parameters

argument

null


suspend fun getFunction(functionId: String, location: String, project: String? = null): GetFunctionResult

Return

null

Parameters

functionId
location
project

See also


suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult

Return

null

Parameters

argument

Builder for com.pulumi.googlenative.cloudfunctions.v2beta.kotlin.inputs.GetFunctionPlainArgs.

See also