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

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 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

The Amazon Machine Image (AMI) 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
var 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