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 imageId: Output<String>? = 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, imageId: Output<String>? = 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
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
The compute fleet overflow behavior.