GetFunctionsFunctionCustomContainerConfig

data class GetFunctionsFunctionCustomContainerConfig(val args: String, val command: String, val image: String)

Constructors

constructor(args: String, command: String, image: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The args field specifies the arguments passed to the command.

Link copied to clipboard

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

Link copied to clipboard

The container image address.