ScriptHandlerArgs

data class ScriptHandlerArgs(val scriptPath: Output<String>? = null) : ConvertibleToJava<ScriptHandlerArgs>

Executes a script to handle the request that matches the URL pattern.

Constructors

Link copied to clipboard
fun ScriptHandlerArgs(scriptPath: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ScriptHandlerArgs

Properties

Link copied to clipboard
val scriptPath: Output<String>? = null

Path to the script from the application root directory.