language

val language: Output<String>?

The language the Function is written in. Possible values are CSharp, Custom, Java, Javascript, Python, PowerShell, and TypeScript.

Note: when using Custom language, you must specify the code handler in the host.json file for your function. See the official docs for more information.