script

@JvmName(name = "ydruemhaopcdekhw")
suspend fun script(value: Output<FlexibleAppVersionHandlerScriptArgs>)
@JvmName(name = "lbqqarbmjvnkpesx")
suspend fun script(value: FlexibleAppVersionHandlerScriptArgs?)

Parameters

value

Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script:" "auto". Structure is documented below.


@JvmName(name = "prrehqvnarvxsvmi")
suspend fun script(argument: suspend FlexibleAppVersionHandlerScriptArgsBuilder.() -> Unit)

Parameters

argument

Executes a script to handle the requests that match this URL pattern. Only the auto value is supported for Node.js in the App Engine standard environment, for example "script:" "auto". Structure is documented below.