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
constructor(scriptPath: Output<String>? = null)

Properties

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

Path to the script from the application root directory.

Functions

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