codeEditorAppImageConfig

@JvmName(name = "lvtmpmxqmqesawua")
suspend fun codeEditorAppImageConfig(value: Output<AppImageConfigCodeEditorAppImageConfigArgs>)
@JvmName(name = "sjnfyelfvepkkyfk")
suspend fun codeEditorAppImageConfig(value: AppImageConfigCodeEditorAppImageConfigArgs?)

Parameters

value

The CodeEditorAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor. See Code Editor App Image Config details below.


@JvmName(name = "wgkliljqpxhpkter")
suspend fun codeEditorAppImageConfig(argument: suspend AppImageConfigCodeEditorAppImageConfigArgsBuilder.() -> Unit)

Parameters

argument

The CodeEditorAppImageConfig. You can only specify one image kernel in the AppImageConfig API. This kernel is shown to users before the image starts. After the image runs, all kernels are visible in Code Editor. See Code Editor App Image Config details below.