Script Handler Args
data class ScriptHandlerArgs(val scriptPath: Output<String>? = null) : ConvertibleToJava<ScriptHandlerArgs>
Executes a script to handle the request that matches the URL pattern.
Executes a script to handle the request that matches the URL pattern.