Get App Image Config Result
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)