GetAppImageConfigResult

data class GetAppImageConfigResult(val appImageConfigArn: String? = null, val codeEditorAppImageConfig: AppImageConfigCodeEditorAppImageConfig? = null, val jupyterLabAppImageConfig: AppImageConfigJupyterLabAppImageConfig? = null, val kernelGatewayImageConfig: AppImageConfigKernelGatewayImageConfig? = null)

Constructors

Link copied to clipboard
constructor(appImageConfigArn: String? = null, codeEditorAppImageConfig: AppImageConfigCodeEditorAppImageConfig? = null, jupyterLabAppImageConfig: AppImageConfigJupyterLabAppImageConfig? = null, kernelGatewayImageConfig: AppImageConfigKernelGatewayImageConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Amazon Resource Name (ARN) of the AppImageConfig.

Link copied to clipboard

The CodeEditorAppImageConfig.

Link copied to clipboard

The JupyterLabAppImageConfig.

Link copied to clipboard

The KernelGatewayImageConfig.