FleetArgs

data class FleetArgs(val baseCapacity: Output<Int>? = null, val computeConfiguration: Output<FleetComputeConfigurationArgs>? = null, val computeType: Output<FleetComputeType>? = null, val environmentType: Output<FleetEnvironmentType>? = null, val fleetProxyConfiguration: Output<FleetProxyConfigurationArgs>? = 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 scalingConfiguration: Output<FleetScalingConfigurationInputArgs>? = 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, computeConfiguration: Output<FleetComputeConfigurationArgs>? = null, computeType: Output<FleetComputeType>? = null, environmentType: Output<FleetEnvironmentType>? = null, fleetProxyConfiguration: Output<FleetProxyConfigurationArgs>? = null, fleetServiceRole: Output<String>? = null, fleetVpcConfig: Output<FleetVpcConfigArgs>? = null, imageId: Output<String>? = null, name: Output<String>? = null, overflowBehavior: Output<FleetOverflowBehavior>? = null, scalingConfiguration: Output<FleetScalingConfigurationInputArgs>? = 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

The compute configuration of the compute fleet. This is only required if computeType is set to ATTRIBUTE_BASED_COMPUTE or CUSTOM_INSTANCE_TYPE .

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

Information about the proxy configurations that apply network access control to your reserved capacity instances.

Link copied to clipboard
val fleetServiceRole: Output<String>? = null

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
val fleetVpcConfig: Output<FleetVpcConfigArgs>? = null

Information about the VPC configuration that AWS CodeBuild accesses.

Link copied to clipboard
val imageId: Output<String>? = null

The Amazon Machine Image (AMI) of the compute fleet.

Link copied to clipboard
val name: Output<String>? = null

The name of the compute fleet.

Link copied to clipboard

The compute fleet overflow behavior.

Link copied to clipboard

The scaling configuration of the compute fleet.

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