GetDevEnvironmentResult

data class GetDevEnvironmentResult(val alias: String? = null, val creatorId: String? = null, val envId: String, val id: String, val ides: List<GetDevEnvironmentIde>, val inactivityTimeoutMinutes: Int, val instanceType: String, val lastUpdatedTime: String, val persistentStorages: List<GetDevEnvironmentPersistentStorage>, val projectName: String, val repositories: List<GetDevEnvironmentRepository>? = null, val spaceName: String, val status: String, val statusReason: String, val tags: Map<String, String>)

A collection of values returned by getDevEnvironment.

Constructors

Link copied to clipboard
constructor(alias: String? = null, creatorId: String? = null, envId: String, id: String, ides: List<GetDevEnvironmentIde>, inactivityTimeoutMinutes: Int, instanceType: String, lastUpdatedTime: String, persistentStorages: List<GetDevEnvironmentPersistentStorage>, projectName: String, repositories: List<GetDevEnvironmentRepository>? = null, spaceName: String, status: String, statusReason: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alias: String? = null

The user-specified alias for the Dev Environment.

Link copied to clipboard
val creatorId: String? = null

The system-generated unique ID of the user who created the Dev Environment.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Information about the integrated development environment (IDE) configured for a Dev Environment.

Link copied to clipboard

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes. Only whole integers are allowed. Dev Environments consume compute minutes when running.

Link copied to clipboard

The Amazon EC2 instace type to use for the Dev Environment.

Link copied to clipboard

The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.

Link copied to clipboard

Information about the amount of storage allocated to the Dev Environment.

Link copied to clipboard
Link copied to clipboard

The source repository that contains the branch to clone into the Dev Environment.

Link copied to clipboard
Link copied to clipboard

The current status of the Dev Environment. From: PENDING | RUNNING | STARTING | STOPPING | STOPPED | FAILED | DELETING | DELETED.

Link copied to clipboard

The reason for the status.

Link copied to clipboard