DevEnvironmentIdes class

Constructors

DevEnvironmentIdes({Input<String?>? name, Input<String?>? runtime})
Creates a new DevEnvironmentIdes. name The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode. runtime 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
const
DevEnvironmentIdes.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
The name of the IDE. Valid values include Cloud9, IntelliJ, PyCharm, GoLand, and VSCode.
final
runtime → Input<String?>?
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
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited