get Function
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
function Id
location
project
suspend fun getFunction(argument: suspend GetFunctionPlainArgsBuilder.() -> Unit): GetFunctionResult
Return
null
See also
Parameters
argument
Builder for com.pulumi.googlenative.cloudfunctions.v2alpha.kotlin.inputs.GetFunctionPlainArgs.