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

See also

Parameters

functionId
location
project

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

Return

null

See also

Parameters

argument

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