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 imageId: String? = 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, imageId: String? = 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
Link copied to clipboard
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 AWS CodeBuild User Guide .

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

The name of the compute fleet.

Link copied to clipboard

The compute fleet overflow behavior.

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.