AppImageConfigJupyterLabImageConfigContainerConfigArgs

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

Constructors

fun AppImageConfigJupyterLabImageConfigContainerConfigArgs(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(): AppImageConfigJupyterLabImageConfigContainerConfigArgs

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.