V3FunctionCustomRuntimeConfig

data class V3FunctionCustomRuntimeConfig(val args: List<String>? = null, val commands: List<String>? = null, val healthCheckConfig: V3FunctionCustomRuntimeConfigHealthCheckConfig? = null, val port: Int? = null)

Constructors

Link copied to clipboard
constructor(args: List<String>? = null, commands: List<String>? = null, healthCheckConfig: V3FunctionCustomRuntimeConfigHealthCheckConfig? = null, port: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val args: List<String>? = null

Instance startup parameters.

Link copied to clipboard
val commands: List<String>? = null

Instance start command.

Link copied to clipboard

Function custom health check configuration. See health_check_config below.

Link copied to clipboard
val port: Int? = null

The listening port of the HTTP Server.