Fleet

class Fleet : KotlinCustomResource

Resource Type definition for AWS::CodeBuild::Fleet

Properties

Link copied to clipboard
val arn: Output<String>

The ARN of the compute fleet.

Link copied to clipboard
val baseCapacity: Output<Int>?

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
val fleetServiceRole: Output<String>?
Link copied to clipboard
Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

The name of the compute fleet.

Link copied to clipboard
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

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.

Link copied to clipboard
val urn: Output<String>