FleetArgs

data class FleetArgs(val baseCapacity: Output<Int>? = null, val computeType: Output<FleetComputeType>? = null, val environmentType: Output<FleetEnvironmentType>? = null, val fleetServiceRole: Output<String>? = null, val fleetVpcConfig: Output<FleetVpcConfigArgs>? = null, val name: Output<String>? = null, val overflowBehavior: Output<FleetOverflowBehavior>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<FleetArgs>

Resource Type definition for AWS::CodeBuild::Fleet

Constructors

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

Properties

Link copied to clipboard
val baseCapacity: Output<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
val computeType: Output<FleetComputeType>? = null

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
val fleetServiceRole: Output<String>? = null
Link copied to clipboard
val fleetVpcConfig: Output<FleetVpcConfigArgs>? = null
Link copied to clipboard
val name: Output<String>? = null

The name of the compute fleet.

Link copied to clipboard
Link copied to clipboard
val tags: Output<List<TagArgs>>? = 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.

Functions

Link copied to clipboard
open override fun toJava(): FleetArgs