DevEnvironmentIdesArgs

data class DevEnvironmentIdesArgs(val name: Output<String>? = null, val runtime: Output<String>? = null) : ConvertibleToJava<DevEnvironmentIdesArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>? = null

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

Link copied to clipboard
val runtime: Output<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

Functions

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