Function Image Config Args
data class FunctionImageConfigArgs(val command: Output<List<String>>? = null, val entryPoint: Output<List<String>>? = null, val workingDirectory: Output<String>? = null) : ConvertibleToJava<FunctionImageConfigArgs>
Configuration values that override the container image Dockerfile settings. For more information, see Container image settings.
Constructors
Properties
Link copied to clipboard
Specifies the entry point to their application, which is typically the location of the runtime executable. You can specify a maximum of 1,500 string entries in the list.
Link copied to clipboard
Specifies the working directory. The length of the directory string cannot exceed 1,000 characters.