script

@JvmName(name = "vhbslwnxybmmywkm")
suspend fun script(value: Output<StandardAppVersionHandlerScriptArgs>)
@JvmName(name = "erpgtjrwxpjlmvga")
suspend fun script(value: StandardAppVersionHandlerScriptArgs?)

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 = "fkthcuxikpvaygpc")
suspend fun script(argument: suspend StandardAppVersionHandlerScriptArgsBuilder.() -> 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.