AppImageConfigCodeEditorAppImageConfigContainerConfigArgs

data class AppImageConfigCodeEditorAppImageConfigContainerConfigArgs(val containerArguments: Output<List<String>>? = null, val containerEntrypoints: Output<List<String>>? = null, val containerEnvironmentVariables: Output<Map<String, String>>? = null) : ConvertibleToJava<AppImageConfigCodeEditorAppImageConfigContainerConfigArgs>

Constructors

fun AppImageConfigCodeEditorAppImageConfigContainerConfigArgs(containerArguments: Output<List<String>>? = null, containerEntrypoints: Output<List<String>>? = null, containerEnvironmentVariables: Output<Map<String, String>>? = null)

Functions

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

Properties

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

The arguments for the container when you're running the application.

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

The entrypoint used to run the application in the container.

Link copied to clipboard

The environment variables to set in the container.