Environment

Information about an Cloud9 development environment.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the environment.

Link copied to clipboard

The connection type used for connecting to an Amazon EC2 environment. CONNECT_SSH is selected by default.

Link copied to clipboard

The description for the environment.

Link copied to clipboard
val id: String?

The ID of the environment.

Link copied to clipboard

The state of the environment in its creation or deletion lifecycle.

Link copied to clipboard

Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment. Available values are:

Link copied to clipboard
val name: String?

The name of the environment.

Link copied to clipboard

The Amazon Resource Name (ARN) of the environment owner.

Link copied to clipboard

The type of environment. Valid values include the following:

Functions

Link copied to clipboard
inline fun copy(block: Environment.Builder.() -> Unit = {}): Environment
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String