V2FunctionCustomRuntimeConfigArgs

data class V2FunctionCustomRuntimeConfigArgs(val args: Output<List<String>>? = null, val commands: Output<List<String>>? = null) : ConvertibleToJava<V2FunctionCustomRuntimeConfigArgs>

Constructors

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

Properties

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

Parameters received by the start entry command.

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

List of Custom entry commands started by Custom Runtime. When there are multiple commands in the list, they are spliced in sequence.

Functions

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