AppImageConfigJupyterLabImageConfigArgs

data class AppImageConfigJupyterLabImageConfigArgs(val containerConfig: Output<AppImageConfigJupyterLabImageConfigContainerConfigArgs>? = null, val fileSystemConfig: Output<AppImageConfigJupyterLabImageConfigFileSystemConfigArgs>? = null) : ConvertibleToJava<AppImageConfigJupyterLabImageConfigArgs>

Constructors

Functions

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

Properties

Link copied to clipboard

The configuration used to run the application image container. See Container Config details below.

Link copied to clipboard

The URL where the Git repository is located. See File System Config details below.