V3FunctionCustomRuntimeConfigArgs

data class V3FunctionCustomRuntimeConfigArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null, val healthCheckConfig: Output<V3FunctionCustomRuntimeConfigHealthCheckConfigArgs>? = null, val port: Output<Int>? = null) : ConvertibleToJava<V3FunctionCustomRuntimeConfigArgs>

Constructors

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

Properties

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

Instance startup parameters.

Link copied to clipboard
val commands: Output<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: Output<Int>? = null

The listening port of the HTTP Server.

Functions

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