Builder

class Builder

Properties

Link copied to clipboard
var 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
var 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
var 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
var tags: List<Tag>?

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

Functions