language

@JvmName(name = "eyajlcavpgomwvrk")
suspend fun language(value: Output<String>)
@JvmName(name = "itnxsfqexeepcnei")
suspend fun language(value: String?)

Parameters

value

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.