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

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

The name of the compute fleet.

Link copied to clipboard

The compute fleet overflow behavior.

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>