Builder

class Builder

Properties

Link copied to clipboard

The user-specified alias for the Dev Environment.

Link copied to clipboard

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

Link copied to clipboard
var id: String?

The system-generated unique ID of the Dev Environment.

Link copied to clipboard
var ides: List<Ide>?

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

Link copied to clipboard

The amount of time the Dev Environment will run without any activity detected before stopping, in minutes.

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. By default, a Dev Environment is configured to have 16GB of persistent storage.

Link copied to clipboard

The name of the project in the space.

Link copied to clipboard

The source repository that contains the branch cloned into the Dev Environment.

Link copied to clipboard

The name of the space.

Link copied to clipboard

The current status of the Dev Environment.

Link copied to clipboard

The reason for the status.

Link copied to clipboard

The name of the connection used to connect to Amazon VPC used when the Dev Environment was created, if any.

Functions