Fleet

class Fleet

A set of dedicated instances for your build environment.

Types

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

Properties

Link copied to clipboard
val arn: String?

The ARN of the compute fleet.

Link copied to clipboard

The initial number of machines allocated to the compute fleet, which defines the number of builds that can run in parallel.

Link copied to clipboard

Information about the compute resources the compute fleet uses. Available values include:

Link copied to clipboard

The time at which the compute fleet was created.

Link copied to clipboard

The environment type of the compute fleet.

Link copied to clipboard
val id: String?

The ID of the compute fleet.

Link copied to clipboard

The time at which the compute fleet was last modified.

Link copied to clipboard
val name: String?

The name of the compute fleet.

Link copied to clipboard

The scaling configuration of the compute fleet.

Link copied to clipboard

The status of the compute fleet.

Link copied to clipboard
val tags: List<Tag>?

A list of tag key and value pairs associated with this compute fleet.

Functions

Link copied to clipboard
inline fun copy(block: Fleet.Builder.() -> Unit = {}): Fleet
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