ApiEndpointHandlerArgs

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

Uses Google Cloud Endpoints to handle requests.

Constructors

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

Functions

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

Properties

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

Path to the script from the application root directory.