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