GetFleetResult

data class GetFleetResult(val arn: String? = null, val baseCapacity: Int? = null, val computeType: FleetComputeType? = null, val environmentType: FleetEnvironmentType? = null, val fleetServiceRole: String? = null, val fleetVpcConfig: FleetVpcConfig? = null, val name: String? = null, val overflowBehavior: FleetOverflowBehavior? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, baseCapacity: Int? = null, computeType: FleetComputeType? = null, environmentType: FleetEnvironmentType? = null, fleetServiceRole: String? = null, fleetVpcConfig: FleetVpcConfig? = null, name: String? = null, overflowBehavior: FleetOverflowBehavior? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the compute fleet.

Link copied to clipboard
val baseCapacity: Int? = null

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 environment type of the compute fleet.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val name: String? = null

The name of the compute fleet.

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

A list of tag key and value pairs associated with this compute fleet. These tags are available for use by AWS services that support AWS CodeBuild compute fleet tags.