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

The compute configuration of the compute fleet. This is only required if computeType is set to ATTRIBUTE_BASED_COMPUTE or CUSTOM_INSTANCE_TYPE.

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

The service role associated with the compute fleet. For more information, see Allow a user to add a permission policy for a fleet service role in the CodeBuild User Guide.

Link copied to clipboard
val id: String?

The ID of the compute fleet.

Link copied to clipboard

The Amazon Machine Image (AMI) 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 compute fleet overflow behavior.

Link copied to clipboard

The proxy configuration 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.

Link copied to clipboard

Information about the VPC configuration that CodeBuild accesses.

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