DevEnvironmentIdes

data class DevEnvironmentIdes(val name: String? = null, val runtime: String? = null)

Constructors

Link copied to clipboard
constructor(name: String? = null, runtime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.

Link copied to clipboard
val runtime: String? = null

A link to the IDE runtime image. This parameter is not required if the name is VSCode. Values of the runtime can be for example public.ecr.aws/jetbrains/py,public.ecr.aws/jetbrains/go