FunctionCustomContainerConfigArgs

data class FunctionCustomContainerConfigArgs(val args: Output<String>? = null, val command: Output<String>? = null, val image: Output<String>) : ConvertibleToJava<FunctionCustomContainerConfigArgs>

Constructors

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

Properties

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

The args field specifies the arguments passed to the command.

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

The entry point of the container, which specifies the actual command run by the container.

Link copied to clipboard
val image: Output<String>

The container image address.

Functions

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